Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Joas Schilling 2014-11-29 09:09:17 +01:00
commit 0869a77201

View file

@ -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();