From c7a30dce4906f74cbdd2da2bc14c88b7e22287eb Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 14 Dec 2011 12:24:42 +0000 Subject: [PATCH] [*] MO : mailjet is now in advertising_marketing category (instead of front_office_features) --- modules/mailjet/config.xml | 2 +- modules/mailjet/mailjet.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mailjet/config.xml b/modules/mailjet/config.xml index ff8c3a5e4..4bbe2b163 100755 --- a/modules/mailjet/config.xml +++ b/modules/mailjet/config.xml @@ -5,7 +5,7 @@ - + 1 1 diff --git a/modules/mailjet/mailjet.php b/modules/mailjet/mailjet.php index 8b97b2a3d..425d43861 100755 --- a/modules/mailjet/mailjet.php +++ b/modules/mailjet/mailjet.php @@ -43,7 +43,7 @@ class Mailjet extends Module public function __construct() { $this->name = 'mailjet'; - $this->tab = 'front_office_features'; + $this->tab = 'advertising_marketing'; $this->version = '1.0'; $this->displayName = 'Mailjet';