Typo
This commit is contained in:
parent
d307e50f7f
commit
9e010d63d6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user