// 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
+1
View File
@@ -36,6 +36,7 @@ class Gapi extends Module
$this->version = 0.9;
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->bootstrap = true;
parent::__construct();