[-] FO - fixed bug #PSCFV-6620 - reply to customer thread not working properly

This commit is contained in:
vAugagneur
2013-01-24 16:24:04 +01:00
parent 56fe86e76c
commit f97b73a6c5
+1 -1
View File
@@ -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.*