Fixed last commit
This commit is contained in:
parent
85f9c51016
commit
7bcd7e67d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue