// Fixed no bootstrap for modules

This commit is contained in:
Damien Metzger
2013-11-04 16:51:19 +01:00
parent 695326bc4e
commit 0009556ed5
@@ -693,6 +693,7 @@ class AdminModulesControllerCore extends AdminController
// If the method called is "configure" (getContent method), we show the html code of configure page
if ($key == 'configure' && Module::isInstalled($module->name))
{
$this->bootstrap = (isset($module->bootstrap) && $module->bootstrap);
if (isset($module->multishop_context))
$this->multishop_context = $module->multishop_context;