diff options
author | Steven Barth <steven@midlink.org> | 2008-09-07 16:27:01 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-07 16:27:01 +0000 |
commit | 7bcd7e67d4c17d614f22bbbdcabbe3a2a55c12d7 (patch) | |
tree | e8a23dac041432cb9cede50ea1da3e40c47476d8 /libs | |
parent | 85f9c510160fdca09ed803961d3dfc9b6ef0e5b1 (diff) |
Fixed last commit
Diffstat (limited to 'libs')
-rw-r--r-- | libs/cbi/luasrc/cbi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |