diff options
author | Steven Barth <steven@midlink.org> | 2008-08-26 23:20:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-26 23:20:41 +0000 |
commit | 28ffe7d7046b8498ba896a0035fd9f6d66534321 (patch) | |
tree | ceb6efe3d2957a251cfd408a968e619c57f25606 /modules | |
parent | 91ba7c42f5b45614c9f4c803d09399f08a8e27b1 (diff) |
Fixed typos
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua index 46f05a3af..61b95b23a 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua @@ -86,7 +86,7 @@ network.combobox_manual = translate("a_w_netmanual") luci.tools.webadmin.cbi_add_networks(network) function network.write(self, section, value) - if not m:uci.get("network", value) then + if not m.uci:get("network", value) then m:chain("network") m.uci:set("network", value, "interface") Value.write(self, section, value) |