// Fix bug with js inclusion

This commit is contained in:
mDeflotte
2012-05-18 15:25:33 +00:00
parent b460118dcb
commit e3cebd34b9
3 changed files with 47 additions and 49 deletions
+1 -1
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)