fix incorrect indent

This commit is contained in:
TuxGasy 2017-07-04 21:45:38 +02:00
parent c8d039508f
commit 9f50882d6d

View File

@ -716,7 +716,7 @@ class Expedition extends CommonObject
if ($result < 0) {
$error++;
$this->errors[]=$mouvS->error;
$this->errors = array_merge($this->errors, $mouvS->errors);
$this->errors = array_merge($this->errors, $mouvS->errors);
break;
}
}