mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
Merge pull request #3192 from Elsensee/ticket/13393
[ticket/13393] Call user->lang function directly
This commit is contained in:
@@ -259,7 +259,7 @@ class version_helper
|
|||||||
}
|
}
|
||||||
catch (\RuntimeException $exception)
|
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();
|
$error_string = $this->file_downloader->get_error_string();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user