- fixing improved update-procedure + beautification
This commit is contained in:
@@ -55,5 +55,5 @@ function versionInUpdate($current_version, $version_to_check)
|
||||
$current_version.= '-svn0';
|
||||
}
|
||||
|
||||
return version_compare($current_version, $version_to_check, '<=');
|
||||
return version_compare($current_version, $version_to_check, '<');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user