Passed
Push — master ( ad7972...762faa )
by Patrick
07:14
created
signup.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 $admin = false;
28 28
 if($page->user !== null)
29 29
 {
30
-  $admin = $page->user->isInGroupNamed('VolunteerAdmins');
30
+    $admin = $page->user->isInGroupNamed('VolunteerAdmins');
31 31
 }
32 32
 $processor = new ProcessorUser($admin);
33 33
 
Please login to merge, or discard this patch.