fix checknewversion

This commit is contained in:
Fred Tempez 2023-09-22 18:07:25 +02:00
parent 4b7826b078
commit 0724114e96
1 changed files with 1 additions and 2 deletions

View File

@ -369,7 +369,6 @@ class helper
$update = false;
if (!empty($version)) {
$update = version_compare(common::ZWII_VERSION, $version) === -1;
}
return $update;
}