From 9a3f1ca593073e4be04cac994380ef7b43c78c23 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 2 Apr 2016 19:26:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=B1=D0=BE=D1=80=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=B3=D0=BE=D1=80=D0=B8=D0=B9?= 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 2e42d65..e455b24 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); + public static $paidIds = array(24,25,26); function __construct($fromArray = array()) {