From 9e9c09e14aa234ab95e3574f9d4133f6651a53a5 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 4 Feb 2017 11:57:36 +0100 Subject: [PATCH] small fix --- core/Utils/SystemUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Utils/SystemUtil.php b/core/Utils/SystemUtil.php index 9267f839..b8c957fd 100644 --- a/core/Utils/SystemUtil.php +++ b/core/Utils/SystemUtil.php @@ -54,7 +54,7 @@ class SystemUtil { Logger::log(' -- Make sure that you install at least PHP ' . self::MIN_PHP_VERSION . '!'); $success = false; } else { - Logger::log($message . self::MIN_PHP_VERSION . ' OK!'); + Logger::log($message . $phpVersion . ' OK!'); } // Check for MySQLi