[-] BO : AdminModule now sort modules by alphabetical order

This commit is contained in:
fSerny
2011-12-28 10:19:36 +00:00
parent e34acf7d51
commit bc470305b2
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class AdminModulesControllerCore extends AdminController
$this->initContent();
$this->context->smarty->display('modules/list.tpl');
die('OK');
exit;
}
public function ajaxProcessSetFilter()