From bc037a67585a1244f64ae29f4297c24f22895a2b Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 24 Jan 2013 15:48:43 +0200 Subject: [PATCH] Engine Plugin: plugin system registration updates. --- engine/Plugin/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Plugin/Plugin.php b/engine/Plugin/Plugin.php index 99f7029..1ae3320 100644 --- a/engine/Plugin/Plugin.php +++ b/engine/Plugin/Plugin.php @@ -68,7 +68,7 @@ class Plugin $plugins = new Table('plugins'); // Select all plugins - $records = $plugins->select(null, 'all', null, array('location', 'frontend', 'backend', 'status', 'priority'), 'priority', 'ASC'); + $records = $plugins->select(null, 'all', null, array('location', 'status', 'priority'), 'priority', 'ASC'); // Now include plugins from $records plugins array // If plugin is active then load it to the system.