luci-0.8: merge r3952
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 16 Apr 2009 20:58:36 +0000 (20:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 16 Apr 2009 20:58:36 +0000 (20:58 +0000)
modules/freifunk/luasrc/model/cbi/freifunk/public_status.lua

index 8180bfe..56e9563 100644 (file)
@@ -190,7 +190,7 @@ if #routes6 > 0 then
 
        net = v6:option(DummyValue, "iface", translate("network"))
        function net.cfgvalue(self, section)
-               return luci.tools.webadmin.iface_get_network(routes[section].device)
+               return luci.tools.webadmin.iface_get_network(routes6[section].device)
                or routes6[section].device
        end