Skip to content

Commit 1bd282d

Browse files
author
Robin
committed
* Enh
1 parent 631be54 commit 1bd282d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LdapAuth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function autoDetect($overrideIp = false) {
5151

5252
foreach ($this->domains as $config) {
5353
Yii::debug('Processing '.$config['name']);
54-
if(!isset($config['autodetectIps']) || !empty($config['autodetectIps'])) {
54+
if(!isset($config['autodetectIps']) || empty($config['autodetectIps'])) {
5555
Yii::debug('No Ips for '.$config['name']);
5656
continue;
5757
}

0 commit comments

Comments
 (0)