Skip to content

Commit 0450427

Browse files
committed
Fix update notification
Signed-off-by: Matt Friedman <[email protected]>
1 parent 4124695 commit 0450427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/qi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public static function get_update()
487487
return $version_helper
488488
->set_current_version(self::current_version())
489489
->force_stability('stable')
490-
->set_file_location('www.phpbb.com', '/customise/db/official_tool/phpbb3_quickinstall', 'version_check')
490+
->set_file_location('www.phpbb.com', '/customise/db/official_tool/phpbb3_quickinstall', 'version_check', true)
491491
->get_update();
492492
}
493493

0 commit comments

Comments
 (0)