From 8c4492db5fac28d1c143931316e4ccb7f877e6ec Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 31 Oct 2008 09:35:11 +0000 Subject: Removed UCI Save/Apply cache from Essentials Made CBI controllers configurable --- applications/luci-upnp/luasrc/controller/upnp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-upnp/luasrc') diff --git a/applications/luci-upnp/luasrc/controller/upnp.lua b/applications/luci-upnp/luasrc/controller/upnp.lua index fe93b9fe9b..a7fd66fc11 100644 --- a/applications/luci-upnp/luasrc/controller/upnp.lua +++ b/applications/luci-upnp/luasrc/controller/upnp.lua @@ -24,7 +24,7 @@ function index() page.dependent = true - local page = entry({"mini", "network", "upnp"}, cbi("upnp/upnpmini"), "UPNP") + local page = entry({"mini", "network", "upnp"}, cbi("upnp/upnpmini", {autoapply=true}), "UPNP") page.i18n = "upnp" page.dependent = true end \ No newline at end of file -- cgit v1.2.3