Merge pull request #8361 from frederic34/patch-2
Update typo actions_ticketsup.class.php
This commit is contained in:
commit
a4fd9e83ba
@ -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';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user