fixed return
parent
7ff550e4a6
commit
0ddafdbd7e
|
@ -68,7 +68,7 @@ class ConfigValidator
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$errors[] = $e->getMessage();
|
$errors[] = $e->getMessage();
|
||||||
|
|
||||||
return;
|
return array($errors, $publishErrors, $warnings);
|
||||||
}
|
}
|
||||||
|
|
||||||
// validate actual data
|
// validate actual data
|
||||||
|
|
Loading…
Reference in New Issue