From: Steven Barth Date: Sun, 7 Sep 2008 16:27:01 +0000 (+0000) Subject: Fixed last commit X-Git-Tag: 0.9.0~1388 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7bcd7e67d4c17d614f22bbbdcabbe3a2a55c12d7;p=oweals%2Fluci.git Fixed last commit --- diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index 8cfc695f0..a37e81e87 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