1
0
Fork 0

Fix bug in ValidateCommand

pull/676/merge
Jordi Boggiano 2012-05-13 11:01:10 +02:00
parent ce16575adb
commit ca558369fc
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@ EOT
}
$messages = array(
'error' => $errors,
'error' => $publishErrors,
'error' => array_merge($errors, $publishErrors),
'warning' => $warnings,
);