This commit is contained in:
florian HENRY 2020-06-04 21:38:44 +02:00
parent 29649a1e2a
commit afafe1a737

View File

@ -8017,7 +8017,7 @@ abstract class CommonObject
} }
if ($result < 0) { if ($result < 0) {
$error++; $error++;
$this->errors = $this->error; $this->errors[] = $this->error;
} else { } else {
$deleted++; $deleted++;
} }