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);
|
$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