From 2fe135dbce3bb66c53b916852dff3bd374327c57 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Thu, 28 Jul 2016 13:26:58 +0200 Subject: [PATCH] little mod --- modules/criteo_bbb/criteo_bbb.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/criteo_bbb/criteo_bbb.php b/modules/criteo_bbb/criteo_bbb.php index 3bbbb77a..8206367d 100644 --- a/modules/criteo_bbb/criteo_bbb.php +++ b/modules/criteo_bbb/criteo_bbb.php @@ -335,7 +335,6 @@ class Criteo_bbb extends Module 'wic_action' => 'productFooter', 'id_customer' => $this->context->customer? $this->context->customer->id: 0, 'customer_email' => ($email) ? md5($email) : '', - 'is_newsletter' => isset($_COOKIE['emst']) || (bool) Tools::getValue('emst'), )); return $this->fetchTemplate('/views/templates/hooks/', 'criteo');