Completed
Branch newinternal (cdd491)
by Simon
04:39
created
includes/Pages/PageLogin.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 			try {
49 49
 				$user = $this->getAuthenticatingUser();
50 50
 			}
51
-			catch (ApplicationLogicException $ex){
51
+			catch (ApplicationLogicException $ex) {
52 52
 				SessionAlert::error($ex->getMessage());
53 53
 				$this->redirect('login');
54 54
 
Please login to merge, or discard this patch.