modules/admin-full: fix backup section cutoff in system page if rdate is nil (#242)

This commit is contained in:
Jo-Philipp Wich 2011-05-19 23:58:20 +00:00
parent 5b464e500b
commit ac1d185381

View file

@ -264,4 +264,4 @@ c.write = function(self, section, value)
end
return m, m3, m2
return m, m3 or m2, m3 and m2