// Fixed bootstrap mode for modules

This commit is contained in:
Damien Metzger
2013-11-05 17:29:51 +01:00
parent b68d8c5d4a
commit a31dbeb68e
3 changed files with 14 additions and 7 deletions
@@ -694,6 +694,8 @@ class AdminModulesControllerCore extends AdminController
if ($key == 'configure' && Module::isInstalled($module->name))
{
$this->bootstrap = (isset($module->bootstrap) && $module->bootstrap);
if (!$this->bootstrap)
$this->setDeprecatedMedia();
if (isset($module->multishop_context))
$this->multishop_context = $module->multishop_context;