Выбор категорий

This commit is contained in:
Krivchikov Dmitry 2016-04-02 19:26:20 +03:00
parent 4584a837bc
commit 9a3f1ca593
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class Category extends Model class Category extends Model
{ {
private static $categories = NULL; private static $categories = NULL;
public static $paidIds = array(24,25); public static $paidIds = array(24,25,26);
function __construct($fromArray = array()) function __construct($fromArray = array())
{ {