// Fix #PSCFV-4468

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17608 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-28 13:08:48 +00:00
parent f9e44fadfa
commit dfa8f7bf01
7 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ class AdminModulesControllerCore extends AdminController
Configuration::updateValue('PS_SHOW_CAT_MODULES_'.(int)$this->id_employee, '');
$this->initContent();
$this->context->smarty->display('controllers/modules/list.tpl');
$this->smartyOutputContent('controllers/modules/list.tpl');
exit;
}