From c814ad5124b49e5ad1de7f6c83423c9a051e2623 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Mon, 29 Sep 2014 11:08:48 +1000 Subject: [PATCH] Minor --- app/config/cms.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/cms.php b/app/config/cms.php index ad0263d98..4d0138734 100644 --- a/app/config/cms.php +++ b/app/config/cms.php @@ -21,6 +21,7 @@ return array( | Specify which modules should be registered when using the application. | */ + 'loadModules' => ['System', 'Backend', 'Cms'], /* @@ -31,6 +32,7 @@ return array( | Specify plugin codes which will always be disabled in the application. | */ + 'disablePlugins' => [], /*