Merge branch 'ticket-AideContact-SAV' into develop

This commit is contained in:
Marion Muszynski 2016-10-31 13:09:18 +01:00
commit 4215b9dc82

View File

@ -105,7 +105,7 @@ class Reason
if($this->id !== null) { if($this->id !== null) {
Db::getInstance()->Execute(' Db::getInstance()->Execute('
UPDATE `'._DB_PREFIX_.'support_reason` SET UPDATE `'._DB_PREFIX_.'support_reason` SET
`id_contact` = '.(int) $this->id_contact.' `id_contact` = '.(int) $this->id_contact.',
`visible` = '.(int) $this->visible.' `visible` = '.(int) $this->visible.'
WHERE `id_reason` = '.(int) $this->id.' WHERE `id_reason` = '.(int) $this->id.'
'); ');