From: Steven Barth Date: Sun, 27 Apr 2008 21:09:45 +0000 (+0000) Subject: * Fixed Freifunk wizard again X-Git-Tag: 0.8.0~1095 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9d8689b09bff055caabff87c1ee392043dd25f57 * Fixed Freifunk wizard again --- diff --git a/module/admin-core/src/controller/admin/index.lua b/module/admin-core/src/controller/admin/index.lua index ba582cf5c..e6b39f8a0 100644 --- a/module/admin-core/src/controller/admin/index.lua +++ b/module/admin-core/src/controller/admin/index.lua @@ -109,7 +109,7 @@ function configure_freifunk() local wcfg = uci:show("wireless") if type(wifi) == "table" and wcfg then for iface, v in pairs(wifi) do - if wcfg[iface] then + if wcfg.wireless[iface] then -- Cleanup for k, v in pairs(wcfg.wireless) do if v[".type"] == "wifi-iface" and v.device == iface then