pull/848/head
TimZ99 2020-02-08 20:57:53 +01:00
parent e32977ffff
commit 51dbbf9510
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 19 additions and 20 deletions

View File

@ -571,7 +571,6 @@ namespace {
if (empty($latestVersion) === true || strlen($latestVersion) >= 15) {
// weird version
return false;
}
// add latest version to database
psm_update_conf('version_update_check', $latestVersion);