//modules added ->bootstrap = true;
This commit is contained in:
@@ -43,7 +43,8 @@ class BlockCms extends Module
|
||||
$this->author = 'PrestaShop';
|
||||
$this->need_instance = 0;
|
||||
|
||||
parent::__construct();
|
||||
$this->bootstrap = true;
|
||||
parent::__construct();
|
||||
|
||||
$this->displayName = $this->l('CMS Block');
|
||||
$this->description = $this->l('Adds a block with several CMS links.');
|
||||
|
||||
Reference in New Issue
Block a user