diff --git a/models/Category.php b/models/Category.php index b8d447c..397a5e4 100644 --- a/models/Category.php +++ b/models/Category.php @@ -3,7 +3,7 @@ class Category extends Model { private static $categories = NULL; - public static $paidIds = array(24,25,26,27); + public static $paidIds = array(24,25,27); function __construct($fromArray = array()) {