//modules added ->bootstrap = true;

This commit is contained in:
Vincent Augagneur
2013-11-05 18:08:01 +01:00
parent 657c8f415a
commit d27fe93daa
41 changed files with 81 additions and 40 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ class StatsData extends Module
$this->author = 'PrestaShop';
$this->need_instance = 0;
parent::__construct();
$this->bootstrap = true;
parent::__construct();
$this->displayName = $this->l('Data mining for statistics');
$this->description = $this->l('This module must be enabled if you want to use statistics.');