plugins were not sorted, for now sortef by ID (not name)
This commit is contained in:
parent
34f5910d79
commit
4fe6a01fe6
@ -41,7 +41,8 @@ SCP;
|
|||||||
$this->pluginid = isset($_GET['plugin'])? $_GET['plugin'] : null;
|
$this->pluginid = isset($_GET['plugin'])? $_GET['plugin'] : null;
|
||||||
|
|
||||||
$pi =& new plugin_indexer;
|
$pi =& new plugin_indexer;
|
||||||
$this->smarty->assign('pluginlist', $pi->getList());
|
$plist = $pi->getList();
|
||||||
|
$this->smarty->assign('pluginlist', $plist);
|
||||||
$this->errors = @$pi->getEnableds(true);
|
$this->errors = @$pi->getEnableds(true);
|
||||||
$this->fp_plugins = $pi->enabledlist;
|
$this->fp_plugins = $pi->enabledlist;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user