Fix bug in ValidateCommand
parent
ce16575adb
commit
ca558369fc
|
@ -125,8 +125,7 @@ EOT
|
|||
}
|
||||
|
||||
$messages = array(
|
||||
'error' => $errors,
|
||||
'error' => $publishErrors,
|
||||
'error' => array_merge($errors, $publishErrors),
|
||||
'warning' => $warnings,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue