summaryrefslogtreecommitdiffstats
path: root/logfiles-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-controller.lua')
-rw-r--r--logfiles-controller.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/logfiles-controller.lua b/logfiles-controller.lua
index 3ae668e..cea287c 100644
--- a/logfiles-controller.lua
+++ b/logfiles-controller.lua
@@ -35,4 +35,6 @@ view = function (self)
local filetoview = self.clientdata.name or ""
return ({logfile = self.model:view(filetoview)} )
end
+
+download = view
--create = update