Passed
Push — master ( 94c426...a36b57 )
by Tim
06:33 queued 03:55
created
lib/Controller/Authorize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
             $t->data['logoutURL'] = Module::getModuleURL(
68 68
                 'core/authenticate.php',
69 69
                 ['as' => $state['Source']['auth']]
70
-            ) . "&logout";
70
+            )."&logout";
71 71
         }
72 72
         if (isset($state['authprocAuthorize_reject_msg'])) {
73 73
             $t->data['reject_msg'] = $state['authprocAuthorize_reject_msg'];
Please login to merge, or discard this patch.