//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
@@ -36,7 +36,8 @@ class ReferralProgram extends Module
$this->version = '1.5.1';
$this->author = 'PrestaShop';
parent::__construct();
$this->bootstrap = true;
parent::__construct();
$this->confirmUninstall = $this->l('All sponsors and friends will be deleted. Are you sure you want to uninstall this module?');
$this->displayName = $this->l('Customer referral program');