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