From f97b73a6c545b90bc0233ac6a00cc911b7cbcda4 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 24 Jan 2013 16:24:04 +0100 Subject: [PATCH] [-] FO - fixed bug #PSCFV-6620 - reply to customer thread not working properly --- controllers/front/ContactController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/ContactController.php b/controllers/front/ContactController.php index 0dbbd9f14..eb3b9c20c 100644 --- a/controllers/front/ContactController.php +++ b/controllers/front/ContactController.php @@ -235,7 +235,7 @@ class ContactControllerCore extends FrontController )); - if ($id_customer_thread = (int)Tools::getValue('id_customer_thread') && $token = Tools::getValue('token')) + if (($id_customer_thread = (int)Tools::getValue('id_customer_thread')) && $token = Tools::getValue('token')) { $customerThread = Db::getInstance()->getRow(' SELECT cm.*