aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-29 09:09:17 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-29 09:09:17 +0100
commit0869a77201e2603dd30964554184a660c7c2754d (patch)
tree6cf4b8f0a2f6e697f4d0f01d4b53a55be71b2fea /phpBB
parent96cc24c211d53305af32c069f04e93ba1495def1 (diff)
parentac8b07ddd934c9bcda0d5ce38fb7e438083afc7b (diff)
downloadforums-0869a77201e2603dd30964554184a660c7c2754d.tar
forums-0869a77201e2603dd30964554184a660c7c2754d.tar.gz
forums-0869a77201e2603dd30964554184a660c7c2754d.tar.bz2
forums-0869a77201e2603dd30964554184a660c7c2754d.tar.xz
forums-0869a77201e2603dd30964554184a660c7c2754d.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to '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 7387ad296e..dc62f06fb2 100644
--- a/phpBB/phpbb/version_helper.php
+++ b/phpBB/phpbb/version_helper.php
@@ -259,7 +259,7 @@ class version_helper
}
catch (\RuntimeException $exception)
{
- throw new \RuntimeException(call_user_func_array(array($this->user, 'lang'), $exception->getMessage()));
+ throw new \RuntimeException($this->user->lang($exception->getMessage()));
}
$error_string = $this->file_downloader->get_error_string();