Update actions_ticketsup.class.php

This commit is contained in:
Frédéric FRANCE 2018-03-12 14:16:52 +01:00 committed by GitHub
parent 8fa3cf7c6a
commit cf77ef4f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';
}