Completed
Pull Request — master (#5)
by Patrick
03:23 queued 29s
created
Auth/class.SQLUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     {
38 38
         if(isset($this->data['mail']))
39 39
         {
40
-             return $this->data['mail'];
40
+                return $this->data['mail'];
41 41
         }
42 42
         return $this->getUid();
43 43
     }
Please login to merge, or discard this patch.