[*] Installer : installer improvements - Step 1

This commit is contained in:
Damien Metzger
2013-02-21 11:05:47 +01:00
parent d4fbe4a417
commit 6a155d8762
13 changed files with 59 additions and 149 deletions
+1
View File
@@ -39,6 +39,7 @@ class InstallModelSystem extends InstallAbstractModel
public function checkTests($list, $type)
{
$tests = ConfigurationTest::check($list);
$success = true;
foreach ($tests as $result)
$success &= ($result == 'ok') ? true : false;