diff --git a/tools/api/updater.php b/tools/api/updater.php index 28f84aae2b..48791908c1 100644 --- a/tools/api/updater.php +++ b/tools/api/updater.php @@ -1,8 +1,8 @@ getPathname()); - if ($checksum === true) { + if ($checksum === true || $checksum != "") { $parsed_checksum = ltrim($checksum, '0'); if ($parsed_checksum === '') { $parsed_checksum = '0';