applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Apr 2009 19:54:46 +0000 (19:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Apr 2009 19:54:46 +0000 (19:54 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index b30b596ec1304b1f0142512fe5e75ce0fee3fd0a..df5afdfa149d04d29db59513cc48933a9b646e33 100644 (file)
@@ -388,7 +388,7 @@ function client.write(self, section, value)
                target="ACCEPT"
        })
 
-
+       uci:save("firewall")
 
        -- Delete old splash
        uci:delete_all("luci_splash", "iface", {network=device.."dhcp", zone="freifunk"})