diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index 201bd3aa8458e8161a6175e1f9cfa763cdf60b36..74cfde0837e35ca7fcad2340ce72deba157d5362 100755 --- a/core/trunk/install/class/Class_Install.php +++ b/core/trunk/install/class/Class_Install.php @@ -185,13 +185,13 @@ class Install extends functions public function isIniErrorRepportingRequirements() { if (version_compare(PHP_VERSION, '5.4') >= 0) { - if (ini_get('error_reporting') <> 22519) { + if (ini_get('error_reporting') <> 24567) { return false; } else { return true; } } else { - if (ini_get('error_reporting') <> 24567) { + if (ini_get('error_reporting') <> 22519) { return false; } else { return true;