Passed
Push — master ( a8e5a9...dbfe67 )
by Tim
02:47
created
www/authorize_403.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     $t->data['logoutURL'] = Module::getModuleURL(
23 23
         'core/authenticate.php',
24 24
         ['as' => $state['Source']['auth']]
25
-    ) . "&logout";
25
+    )."&logout";
26 26
 }
27 27
 if (isset($state['authprocAuthorize_reject_msg'])) {
28 28
     $t->data['reject_msg'] = $state['authprocAuthorize_reject_msg'];
Please login to merge, or discard this patch.