mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 04:29:42 +01:00
fix
This commit is contained in:
@@ -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), '<'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user