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:
5117fc7
)
* luci/libs: uvl: remove a brain-dead unpack()
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 24 Aug 2008 17:14:31 +0000
(17:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 24 Aug 2008 17:14:31 +0000
(17:14 +0000)
libs/uvl/luasrc/uvl.lua
patch
|
blob
|
history
diff --git
a/libs/uvl/luasrc/uvl.lua
b/libs/uvl/luasrc/uvl.lua
index 6f80f97ff1cbe52f404145fde8bdce24b874ec10..d384564c99de40c3c1f5d0c861228c300d1f0e3e 100644
(file)
--- a/
libs/uvl/luasrc/uvl.lua
+++ b/
libs/uvl/luasrc/uvl.lua
@@
-325,7
+325,7
@@
function UVL._validate_section( self, section )
section:cid() .. '.' .. k
] then
return false, 'Option "%s" not found in scheme'
- % self.log.id(
unpack(section:sid()
), k )
+ % self.log.id(
section:sid(
), k )
end
end
end