aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/version_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/version_helper.php b/phpBB/phpbb/version_helper.php
index 7d59b5cd3a..4c779c1a5a 100644
--- a/phpBB/phpbb/version_helper.php
+++ b/phpBB/phpbb/version_helper.php
@@ -225,7 +225,7 @@ class version_helper
if (!isset($info[$stability]))
{
- throw new \RuntimeException($this->user->lang('VERSIONCHECK_FAIL'));
+ return array();
}
return $info[$stability];