git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3b1f2e9
)
modules/admin-full: fix usage of network model in network controller
author
Jo-Philipp Wich
<redacted>
Sat, 30 Oct 2010 02:31:43 +0000
(
02:31
+0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 30 Oct 2010 02:31:43 +0000
(
02:31
+0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index 896b4be06a99020ceee6560d6d533d151fbf4428..950285d5888b65cd2815afe78b3955ad5d90e5b1 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/network.lua
+++ b/
modules/admin-full/luasrc/controller/admin/network.lua
@@
-156,7
+156,7
@@
end
function wifi_delete(network)
local ntm = require "luci.model.network".init()
- ntm:del_
network
(network)
+ ntm:del_
wifinet
(network)
ntm:save("wireless")
luci.http.redirect(luci.dispatcher.build_url("admin/network/wireless"))
git clone https://git.99rst.org/PROJECT