@@ -2382,7 +2382,9 @@ |
||
| 2382 | 2382 | ], null, null, 'or')->get(); |
| 2383 | 2383 | |
| 2384 | 2384 | foreach($users as $i => $adUser) { |
| 2385 | - if (isset($adUser[$SETTINGS['ldap_user_attribute']]) === false) continue; |
|
| 2385 | + if (isset($adUser[$SETTINGS['ldap_user_attribute']]) === false) { |
|
| 2386 | + continue; |
|
| 2387 | + } |
|
| 2386 | 2388 | |
| 2387 | 2389 | // Build the list of all groups in AD |
| 2388 | 2390 | if (isset($adUser['memberof']) === true) { |