aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/WifiController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-10-30 17:38:27 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-10-30 17:38:27 +0000
commite396d151b9c48339cc62c84bb728e2e03f479f4e (patch)
tree1304173bc9a00248e45a1371e45a3cfe94ec883e /h-source/Application/Controllers/WifiController.php
parentde4b3670d8252fe180f634fe17647226b9a1b2a6 (diff)
improved the way interfaces can be listed
Diffstat (limited to 'h-source/Application/Controllers/WifiController.php')
-rw-r--r--h-source/Application/Controllers/WifiController.php4
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(