diff options
Diffstat (limited to 'h-source/Application/Controllers/WifiController.php')
-rw-r--r-- | h-source/Application/Controllers/WifiController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/WifiController.php b/h-source/Application/Controllers/WifiController.php index 8313ffc..6347274 100644 --- a/h-source/Application/Controllers/WifiController.php +++ b/h-source/Application/Controllers/WifiController.php @@ -48,7 +48,7 @@ class WifiController extends GenericController "+checkLength|299" => "distribution", "++checkIsStrings|".Wifi::$commYear => "comm_year", "+++checkIsStrings|".Wifi::$wifiSelect => "wifi_works", - "++++checkIsStrings|".Wifi::$interface => "interface", + "++++checkIsStrings|".Wifi::interfaceList() => "interface", ); $this->m['HardwareModel']->strongConditions['insert'] = array( @@ -59,7 +59,7 @@ class WifiController extends GenericController "+checkLength|299" => "distribution", "++checkIsStrings|".Wifi::$commYear => "comm_year", "+++checkIsStrings|".Wifi::$wifiSelect => "wifi_works", - "++++checkIsStrings|".Wifi::$interface => "interface", + "++++checkIsStrings|".Wifi::interfaceList() => "interface", ); $this->m['HardwareModel']->softConditions['update'] = array( |