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:
5b464e5
)
modules/admin-full: fix backup section cutoff in system page if rdate is nil (#242)
author
Jo-Philipp Wich
<redacted>
Thu, 19 May 2011 23:58:20 +0000
(23:58 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 19 May 2011 23:58:20 +0000
(23:58 +0000)
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
b/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
index d3bec7cc99b5496f8099404aff86f62911869ca1..4fe10d0ed3bcd7602e0e07516a4f8616c7e79deb 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
@@
-264,4
+264,4
@@
c.write = function(self, section, value)
end
-return m, m3
,
m2
+return m, m3
or m2, m3 and
m2
git clone https://git.99rst.org/PROJECT