Completed
Push — master ( 4c378e...4e4c88 )
by Paul
02:27
created
controller/main_controller.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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 (BadRequestHttpException $ex) // @TODO: Replace exception with own exception
158
+		} catch (BadRequestHttpException $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.