From cf77ef4f4525abce8af49a04261628485def3661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 12 Mar 2018 14:16:52 +0100 Subject: [PATCH] Update actions_ticketsup.class.php --- htdocs/ticketsup/class/actions_ticketsup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticketsup/class/actions_ticketsup.class.php b/htdocs/ticketsup/class/actions_ticketsup.class.php index 15aa20235da..08257d16acb 100644 --- a/htdocs/ticketsup/class/actions_ticketsup.class.php +++ b/htdocs/ticketsup/class/actions_ticketsup.class.php @@ -170,7 +170,7 @@ class ActionsTicketsup $id = $this->dao->create($user); if ($id <= 0) { $error++; - $this->errors = $this->dao->error; + $this->error = $this->dao->error; $this->errors = $this->dao->errors; $action = 'create_ticket'; }