From b736d64152e590bee9d2c35bd8944a8e4aae157b Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Wed, 10 Apr 2013 14:39:13 +0000
Subject: [PATCH] fix: pb with requirements

---
 core/trunk/install/class/Class_Install.php     | 2 +-
 core/trunk/install/view/prerequisites_view.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php
index 2fbd8eda688..23d1840a45b 100755
--- a/core/trunk/install/class/Class_Install.php
+++ b/core/trunk/install/class/Class_Install.php
@@ -203,7 +203,7 @@ class Install extends functions
                 return true;
             }
         } else {
-            if (ini_get('error_reporting') <> 24567) {
+            if (ini_get('error_reporting') <> 22519) {
                 return false;
             } else {
                 return true;
diff --git a/core/trunk/install/view/prerequisites_view.php b/core/trunk/install/view/prerequisites_view.php
index 277ae2ff0cf..e97ae9f5792 100755
--- a/core/trunk/install/view/prerequisites_view.php
+++ b/core/trunk/install/view/prerequisites_view.php
@@ -282,7 +282,7 @@
                     <td class="voyantPrerequisites">
                         <?php echo $Class_Install->checkPrerequisites(
                             $Class_Install->isIniErrorRepportingRequirements()
-                        ); ?>
+                            , true); ?>
                     </td>
                     <td>
                         <?php echo _ERROR_REPORTING; ?>
-- 
GitLab