|
@@ -155,8 +155,7 @@ |
|
|
block discarded – undo |
|
155
|
155
|
$this->template->assign_var('S_ERROR', $this->user->lang('TFA_INCORRECT_KEY')); |
|
156
|
156
|
$this->session_helper->generate_page($user_id, $admin, $auto_login, $viewonline, $redirect); |
|
157
|
157
|
} |
|
158
|
|
- } |
|
159
|
|
- catch (http_exception $ex) // @TODO: Replace exception with own exception |
|
|
158
|
+ } catch (http_exception $ex) // @TODO: Replace exception with own exception |
|
160
|
159
|
{ |
|
161
|
160
|
$this->template->assign_var('S_ERROR', $ex->getMessage()); |
|
162
|
161
|
$this->session_helper->generate_page($user_id, $admin, $auto_login, $viewonline, $redirect); |
Please login to merge, or discard this patch.