Completed
Push — master ( 23a9a3...f7411e )
by Patrick
03:30
created
Auth/class.LDAPUser.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,8 +169,8 @@
 block discarded – undo
169 169
     {
170 170
         if(in_array($propName, $this->multiValueProps) && !is_array($value))
171 171
         {
172
-             $this->setField($propName, array($value));
173
-             return true;
172
+                $this->setField($propName, array($value));
173
+                return true;
174 174
         }
175 175
         return false;
176 176
     }
Please login to merge, or discard this patch.