mirror of https://github.com/openwrt/luci.git
modules/admin-full: fix backup section cutoff in system page if rdate is nil (#242)
parent
5b464e500b
commit
ac1d185381
|
@ -264,4 +264,4 @@ c.write = function(self, section, value)
|
|||
end
|
||||
|
||||
|
||||
return m, m3, m2
|
||||
return m, m3 or m2, m3 and m2
|
||||
|
|
Loading…
Reference in New Issue