[*] Installer : installer improvements - Step 1

This commit is contained in:
Damien Metzger
2013-02-20 17:06:28 +01:00
parent eaa45dfb03
commit f4bf4c47a9
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;