Removed UCI Save/Apply cache from Essentials
[project/luci.git] / applications / luci-ddns / luasrc / controller / ddns.lua
index f989136..0adc6ab 100644 (file)
@@ -26,7 +26,7 @@ function index()
        page.dependent = true
        
        
-       local page = entry({"mini", "network", "ddns"}, cbi("ddns/ddnsmini"), luci.i18n.translate("ddns"), 60)
+       local page = entry({"mini", "network", "ddns"}, cbi("ddns/ddnsmini", {autoapply=true}), luci.i18n.translate("ddns"), 60)
        page.i18n = "ddns"
        page.dependent = true
 end
\ No newline at end of file