Категория 26-экскурсии убрана из платных - теперь экскурсии может добавлять любой пользователь
This commit is contained in:
parent
a8ce48954d
commit
79eddfec09
|
|
@ -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,26,27);
|
public static $paidIds = array(24,25,27);
|
||||||
|
|
||||||
function __construct($fromArray = array())
|
function __construct($fromArray = array())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue