From 04eb5b83991a8302b57bd05da9f65f1c7d5e676a Mon Sep 17 00:00:00 2001 From: fuze Date: Tue, 29 Dec 2015 16:08:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BF=D0=B0=D0=B3=D0=B8=D0=BD=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/controllers/moderation/actions/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/moderation/actions/index.php b/system/controllers/moderation/actions/index.php index 5f1f91d82..121cf27cf 100755 --- a/system/controllers/moderation/actions/index.php +++ b/system/controllers/moderation/actions/index.php @@ -23,7 +23,7 @@ public function run($ctype_name=false){ if (!$ctype_name) { $ctype_name = $ctypes_list[0]; $is_index = true; } - $content_controller = cmsCore::getController('content'); + $content_controller = cmsCore::getController('content', $this->request); $ctypes = $content_controller->model->filterIn('name', $ctypes_list)->getContentTypesFiltered(); $ctypes = array_collection_to_list($ctypes, 'name', 'title');