From 6d58bfe5b7df37364303f1808526e98a003ade31 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Fri, 23 Feb 2024 11:59:34 +0000 Subject: [PATCH] fixing the config refference --- core/DeviceConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/DeviceConfig.php b/core/DeviceConfig.php index e91d9321a..5df06b733 100644 --- a/core/DeviceConfig.php +++ b/core/DeviceConfig.php @@ -594,7 +594,7 @@ private function getNetworks() $ssids = $this->getConfigSSIDs(); $ois = $this->getConfigOIs(); $networks = []; - $realm = $this->realm === NULL ? \config\ConfAssistant::CONSORTIUM['CONSORTIUM']['interworking-domainname-fallback'] : $this->realm; + $realm = $this->realm === NULL ? \config\ConfAssistant::CONSORTIUM['interworking-domainname-fallback'] : $this->realm; foreach (\config\ConfAssistant::CONSORTIUM['networks'] ?? [] as $netName => $netDetails) { $netName = preg_replace('/%REALM%/', $this->realm, $netName); // only add network blocks if their respective condition is met in this profile