aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php
index f4117b4e8..be88f473f 100644
--- a/engine/lib/install.php
+++ b/engine/lib/install.php
@@ -19,7 +19,7 @@
*/
function php_check_version()
{
- if (
+ if ( // TODO: Remove this when Redhat pulls its finger out
(version_compare(phpversion(), '5.1.6', '>=')) &&
(version_compare(phpversion(), '5.2.0', '<'))
)