projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f9c51
)
Fixed last commit
author
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 16:27:01 +0000
(16:27 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 16:27:01 +0000
(16:27 +0000)
libs/cbi/luasrc/cbi.lua
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/cbi.lua
b/libs/cbi/luasrc/cbi.lua
index 8cfc695f0d49c4b610ae1d1a4f383ac99351b049..a37e81e871ac24779d93f0a11e3bb2e09fb79337 100644
(file)
--- 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