summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ffwizard-leipzig/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-12 19:54:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-12 19:54:46 +0000
commitccd5ed7cec5bd2cd8121d22648074be905d793ab (patch)
tree195402e7dcc2d4edeeccf4cc28f7f1c2c4d23198 /applications/luci-ffwizard-leipzig/luasrc
parent8dac35f7cd4a7a4f61ca4ce620a7d4e85b20c33a (diff)
applications/luci-ffwizard-leipzig: add missing uci save for firewall, save is not triggered if share internet is not enabled
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc')
-rw-r--r--applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua2
1 files changed, 1 insertions, 1 deletions
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"})