From: Steven Barth Date: Sun, 7 Sep 2008 16:27:01 +0000 (+0000) Subject: Fixed last commit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7bcd7e67d4c17d614f22bbbdcabbe3a2a55c12d7;p=openwrt-luci.git Fixed last commit --- diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index 8cfc695f0d..a37e81e871 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -689,7 +689,7 @@ function NamedSection.parse(self, novld) if luci.http.formvalue("cbi.submit") then Node.parse(self, s) - if not novld not self.override_scheme and self.map.scheme then + if not novld and not self.override_scheme and self.map.scheme then _uvl_validate_section(self, s) end end