summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lbu-controller.lua1
-rw-r--r--lbu-listchanges-html.lsp1
2 files changed, 1 insertions, 1 deletions
diff --git a/lbu-controller.lua b/lbu-controller.lua
index 124a9d5..d52b5dd 100644
--- a/lbu-controller.lua
+++ b/lbu-controller.lua
@@ -43,6 +43,5 @@ function selectbackup(self)
end
function getpackage(self)
- self.conf.viewtype = "stream"
return self.model.getpackage()
end
diff --git a/lbu-listchanges-html.lsp b/lbu-listchanges-html.lsp
index f563234..e15a9a0 100644
--- a/lbu-listchanges-html.lsp
+++ b/lbu-listchanges-html.lsp
@@ -17,6 +17,7 @@ html = require("acf.html")
<DL>
<DT>Generate and download overlay</DT>
<DD><form action="<%= html.html_escape(page_info.script .. page_info.prefix) %>lbu/getpackage" method="POST">
+ <input type="hidden" name="viewtype" value="stream">
<input class="submit" type="submit" name="submit" value="Download"></form></DD>
</DL>
<% end %>