Update actions_ticketsup.class.php
This commit is contained in:
parent
8fa3cf7c6a
commit
cf77ef4f45
@ -170,7 +170,7 @@ class ActionsTicketsup
|
|||||||
$id = $this->dao->create($user);
|
$id = $this->dao->create($user);
|
||||||
if ($id <= 0) {
|
if ($id <= 0) {
|
||||||
$error++;
|
$error++;
|
||||||
$this->errors = $this->dao->error;
|
$this->error = $this->dao->error;
|
||||||
$this->errors = $this->dao->errors;
|
$this->errors = $this->dao->errors;
|
||||||
$action = 'create_ticket';
|
$action = 'create_ticket';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user