// Small fix on AdminModules filters

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13748 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-02-29 15:21:26 +00:00
parent b8545ff93e
commit ed0c42ce9a
2 changed files with 6 additions and 1 deletions
@@ -849,6 +849,11 @@ class AdminModulesControllerCore extends AdminController
return true;
// If action on module, we display it
if (Tools::getValue('module_name') != '' && Tools::getValue('module_name') == $module->name)
return false;
// Filter on module name
$filter_name = Tools::getValue('filtername');
if (!empty($filter_name))