diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 5b43ab279..3a5928c3a 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -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;