1
0
Fork 0

fixed return

pull/1170/head
Johannes M. Schmitt 2012-10-01 21:50:35 +02:00
parent 7ff550e4a6
commit 0ddafdbd7e
1 changed files with 1 additions and 1 deletions

View File

@ -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