Passed
Push — development ( 4b5070...a0b24c )
by Nils
04:03
created
sources/identify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -580,7 +580,7 @@
 block discarded – undo
580 580
 
581 581
                                 if ($entries['count'] > 0) {
582 582
                                     // Now check if group fits
583
-                                    for ($i=0; $i<$entries['count']; $i++) {
583
+                                    for ($i = 0; $i < $entries['count']; $i++) {
584 584
                                         $parsr = ldap_explode_dn($entries[$i]['dn'], 0);
585 585
                                         if (str_replace(array('CN=', 'cn='), '', $parsr[0]) === $SETTINGS['ldap_usergroup']) {
586 586
                                             $GroupRestrictionEnabled = true;
Please login to merge, or discard this patch.