Merge pull request #8361 from frederic34/patch-2

Update typo actions_ticketsup.class.php
This commit is contained in:
Laurent Destailleur 2018-03-12 20:32:08 +01:00 committed by GitHub
commit a4fd9e83ba
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';
}