From 79eddfec09e0fe74cd865c93ab9fd4fd2c3d0fd9 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 28 Apr 2016 23:39:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D1=82=D0=B5=D0=B3=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=2026-=D1=8D=D0=BA=D1=81=D0=BA=D1=83=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D0=B8=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=BF=D0=BB=D0=B0=D1=82=D0=BD=D1=8B=D1=85=20-=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=8D=D0=BA=D1=81=D0=BA?= =?UTF-8?q?=D1=83=D1=80=D1=81=D0=B8=D0=B8=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BB=D1=8E=D0=B1=D0=BE=D0=B9=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {