Completed
Push — develop ( d6d1d3...59b59d )
by Patrick
49s
created
Auth/SQLGroup.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,11 +154,11 @@
 block discarded – undo
154 154
         }
155 155
         if($isGroup)
156 156
         {
157
-        	array_push($this->tmpMembers, array('gid' => $name));
157
+            array_push($this->tmpMembers, array('gid' => $name));
158 158
         }
159 159
         else
160 160
         {
161
-        	array_push($this->tmpMembers, array('uid' => $name));
161
+            array_push($this->tmpMembers, array('uid' => $name));
162 162
         }
163 163
         if($flush)
164 164
         {
Please login to merge, or discard this patch.