This commit is contained in:
Abdulrahman
2018-01-09 16:22:58 +03:00
parent 827f9516b4
commit a01fc86c8e

View File

@@ -46,8 +46,7 @@ else
if(!$error)
{
$version_data = trim(htmlspecialchars($matches[1]));
$version_data = trim(htmlspecialchars($matches[0][1]));
if (version_compare(strtolower(KLEEJA_VERSION), strtolower($version_data), '<'))
{