mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Add HTML5 features
This commit is contained in:
@@ -86,7 +86,7 @@ class module_console_systemConfigCheck extends Command
|
||||
{
|
||||
$hasError = false;
|
||||
foreach ($constraints as $constraint) {
|
||||
if ( ! $hasError && ! $this->processConstraint($constraint, $output)) {
|
||||
if ( ! $this->processConstraint($constraint, $output)) {
|
||||
$hasError = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user