From 7bcd7e67d4c17d614f22bbbdcabbe3a2a55c12d7 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 7 Sep 2008 16:27:01 +0000 Subject: [PATCH] Fixed last commit --- libs/cbi/luasrc/cbi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2