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];