From: Jo-Philipp Wich Date: Sun, 12 Apr 2009 19:54:46 +0000 (+0000) Subject: applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not... X-Git-Tag: 0.9.0~520 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=ccd5ed7cec5bd2cd8121d22648074be905d793ab;ds=inline applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index b30b596ec..df5afdfa1 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -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"})