mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-15 22:25:03 +00:00
Update config.class.php
Sort plugin list for display by Configuration Manager
This commit is contained in:
@ -352,6 +352,7 @@ if (!class_exists('configuration')) {
|
||||
// remove this plugin from the list
|
||||
$idx = array_search('config',$list);
|
||||
unset($list[$idx]);
|
||||
sort($list); // Sort plugin list alphabetically for display
|
||||
|
||||
trigger_event('PLUGIN_CONFIG_PLUGINLIST',$list);
|
||||
$this->_plugin_list = $list;
|
||||
|
Reference in New Issue
Block a user