diff --git a/modules/sensefuel/sensefuel.php b/modules/sensefuel/sensefuel.php index 7c9a0eba..91304b02 100644 --- a/modules/sensefuel/sensefuel.php +++ b/modules/sensefuel/sensefuel.php @@ -7,7 +7,7 @@ class SenseFuel extends Module public static $ACTIVE_VERSION_ARRAY = array('com', 'fr'); public static $SETUP_VERSION_ARRAY = array(); - private $display = false; + private $display = true; public function __construct() { @@ -46,10 +46,10 @@ class SenseFuel extends Module global $cookie; // Groupe test - $groups = Customer::getGroupsStatic($cookie->id_customer); + /*$groups = Customer::getGroupsStatic($cookie->id_customer); if (in_array(2, array_values($groups))) { $this->display = true; - } + }*/ } public function hookTop($params)