diff --git a/e107_admin/db.php b/e107_admin/db.php
index fff4546fd..0be646ccc 100644
--- a/e107_admin/db.php
+++ b/e107_admin/db.php
@@ -338,7 +338,7 @@ class system_tools
if(version_compare(PHP_VERSION, $min_php_version, "<"))
{
- $mes->addWarning("The minimum required PHP version is ".$min_php_version.". You are using PHP version ".$php_version.".
Syncing with Github has been disabled to avoid broken fuctionality."); // No nee to translate, developer mode only
+ $mes->addWarning("The minimum required PHP version is ".$min_php_version.". You are using PHP version ".PHP_VERSION.".
Syncing with Github has been disabled to avoid broken fuctionality."); // No nee to translate, developer mode only
}
else
{