fixed notice
This commit is contained in:
parent
8d26385547
commit
18ff5adc7d
@ -98,14 +98,10 @@
|
||||
if ($file){
|
||||
$ver = utils_kexplode($file);
|
||||
|
||||
if (strcmp($ver['STABLE'], SYSTEM_VER)>0)
|
||||
if (strcmp($ver['stable'], SYSTEM_VER)>0)
|
||||
$success = 1;
|
||||
else
|
||||
$success = 2;
|
||||
|
||||
|
||||
$ver = array_change_key_case($ver, CASE_LOWER);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user