From 0009556ed591c71c675a3d6ba7f1d244e39348b2 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 4 Nov 2013 16:51:19 +0100 Subject: [PATCH] // Fixed no bootstrap for modules --- controllers/admin/AdminModulesController.php | 1 + 1 file changed, 1 insertion(+) 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;