Skip to content

Commit

Permalink
[-] BO : Fixed module update loop
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Jun 26, 2014
1 parent 01ccfd2 commit ed0b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminModulesController.php
Expand Up @@ -694,10 +694,10 @@ public function postProcessCallback()
}

$module_errors = array();
$module_to_update = array();
if (isset($modules))
foreach ($modules as $name)
{
$module_to_update = array();
$module_to_update[$name] = null;
$full_report = null;
// If Addons module, download and unzip it before installing it
Expand Down

0 comments on commit ed0b9aa

Please sign in to comment.