Changeset 1445 for branches/newtoken/wifidog/classes/Authenticator.php
- Timestamp:
- 02/04/10 16:20:28 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/newtoken/wifidog/classes/Authenticator.php
r1419 r1445 147 147 148 148 foreach ($network_array as $network) { 149 if ($network->getName() == $default_network) 150 $default_network_param = $network->getId(); 149 if ($network->getName() == $default_network->getName()) { 150 $default_network_param = $network->getId(); 151 } 151 152 } 152 153 if (Server::getServer()->getUseGlobalUserAccounts())
