[-] BO : fixed bug #PSCFV-4555
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17630 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1018,7 +1018,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
$this->makeModulesStats($module);
|
||||
|
||||
// Assign warnings
|
||||
if (isset($module->warning) && !empty($module->warning))
|
||||
if ($module->active && isset($module->warning) && !empty($module->warning))
|
||||
$this->warnings[] = sprintf($this->l('%1$s: %2$s'), $module->displayName, $module->warning);
|
||||
|
||||
// AutoComplete array
|
||||
|
||||
Reference in New Issue
Block a user