From 9e010d63d6c84ba43c3919cb9ce10187e12562c7 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 1 Mar 2018 16:27:27 +0100 Subject: [PATCH] Typo --- modules/ant_support_form/support.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ant_support_form/support.php b/modules/ant_support_form/support.php index 7148f4a4..cbdb106c 100644 --- a/modules/ant_support_form/support.php +++ b/modules/ant_support_form/support.php @@ -221,7 +221,7 @@ if (Tools::isSubmit('submitMessage')) { { // Update date_upd to the last interesting date if ($ctStatusLast !== false && $ctStatusLast == 'open') { - $sql = 'UPDATE `'._DB_PREFIX_.'customer_threads` SET `date_upd` = "'.$ctStatusDate.'" WHERE id_customer_thread='. $ct->id; + $sql = 'UPDATE `'._DB_PREFIX_.'customer_thread` SET `date_upd` = "'.$ctStatusDate.'" WHERE id_customer_thread='. $ct->id; Db::getInstance()->Execute($sql); }