// Fix bug with js inclusion

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15394 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-18 15:25:33 +00:00
parent 76b9e4ec08
commit 2fd7807ae5
3 changed files with 47 additions and 49 deletions

View File

@@ -618,7 +618,7 @@ class AdminModulesControllerCore extends AdminController
public function postProcessCallback()
{
$return = false;
$return = false;
$installed_modules = array();
foreach ($this->map as $key => $method)