From d463d0b8357764ca9018549fa624c428f56fcd87 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 27 Aug 2008 08:53:40 +0000 Subject: Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one Minor bugfixes --- modules/admin-full/luasrc/model/cbi/admin_network/network.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/network.lua b/modules/admin-full/luasrc/model/cbi/admin_network/network.lua index c32aea891..fce84fe3f 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/network.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/network.lua @@ -39,6 +39,7 @@ end function s.parse(self, ...) TypedSection.parse(self, ...) if created then + m.uci:save("network") luci.http.redirect(luci.dispatcher.build_url("admin", "network", "network") .. "/" .. created) end -- cgit v1.2.3