We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631be54 commit 1bd282dCopy full SHA for 1bd282d
src/LdapAuth.php
@@ -51,7 +51,7 @@ public function autoDetect($overrideIp = false) {
51
52
foreach ($this->domains as $config) {
53
Yii::debug('Processing '.$config['name']);
54
- if(!isset($config['autodetectIps']) || !empty($config['autodetectIps'])) {
+ if(!isset($config['autodetectIps']) || empty($config['autodetectIps'])) {
55
Yii::debug('No Ips for '.$config['name']);
56
continue;
57
}
0 commit comments