From b6e91836dd15c4c34c471bc07eabd2cafae8a7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=9F=D0=BE=D0=B4=D0=BB?= =?UTF-8?q?=D0=B5=D1=81=D0=BD=D0=BE=D0=B2?= Date: Mon, 18 Jul 2016 14:15:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=83=D1=82=D1=8C=20=D0=BA=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=83=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/controller/controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/controller/controller.php b/core/controller/controller.php index 36db024..2d41f04 100644 --- a/core/controller/controller.php +++ b/core/controller/controller.php @@ -53,7 +53,7 @@ class Controller } public function loadConfig($name) { - $filename = Shortcut::getUrl('config', $this->name, $name); + $filename = Shortcut::getUrl('config', $name); include($filename); return $settings; }