Removed UCI Save/Apply cache from Essentials
[project/luci.git] / applications / luci-upnp / luasrc / controller / upnp.lua
index fe93b9f..a7fd66f 100644 (file)
@@ -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