git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bdf75b1
)
modules/admin-full: Fixed a typo on IPKG configuration page
author
Steven Barth
<redacted>
Tue, 2 Sep 2008 09:06:27 +0000
(09:06 +0000)
committer
Steven Barth
<redacted>
Tue, 2 Sep 2008 09:06:27 +0000
(09:06 +0000)
modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua
b/modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua
index 970292760f4f83889b18782d59603a73535e8a87..f161045a37f648224c01298582b86776d3e2cdb4 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua
@@
-27,7
+27,7
@@
f:append(Template("admin_system/ipkg"))
function f.handle(self, state, data)
if state == FORM_VALID then
if (luci.fs.readfile(ipkgfile) or "") ~= data.lines then
- luci.fs.writefile(ipkgfile, data.
key
s)
+ luci.fs.writefile(ipkgfile, data.
line
s)
end
end
return true
git clone https://git.99rst.org/PROJECT