mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Engine Plugin: plugin system registration updates.
This commit is contained in:
@@ -68,7 +68,7 @@ class Plugin
|
|||||||
$plugins = new Table('plugins');
|
$plugins = new Table('plugins');
|
||||||
|
|
||||||
// Select all 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
|
// Now include plugins from $records plugins array
|
||||||
// If plugin is active then load it to the system.
|
// If plugin is active then load it to the system.
|
||||||
|
Reference in New Issue
Block a user