small fix

This commit is contained in:
kremsy 2017-02-04 11:57:36 +01:00
parent d09faa7c53
commit 9e9c09e14a

View File

@ -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