summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-05-14 18:07:45 +0000
committerTed Trask <ttrask01@yahoo.com>2008-05-14 18:07:45 +0000
commit811043a4a1290d3ee9f3998d14e2ae20b6ab8ccb (patch)
tree7bff2ce58970a43d40503d10e8ce80516ae16bf0
parent4b82433c8a6149f14e24bdca209bfcf54cedbaa3 (diff)
downloadacf-alpine-baselayout-811043a4a1290d3ee9f3998d14e2ae20b6ab8ccb.tar.bz2
acf-alpine-baselayout-811043a4a1290d3ee9f3998d14e2ae20b6ab8ccb.tar.xz
Change inheritance from worker->self->parent to self->worker->parent as found in wiki.
Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--template-logfiles-download-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/template-logfiles-download-html.lsp b/template-logfiles-download-html.lsp
index 02c3e78..f73af33 100644
--- a/template-logfiles-download-html.lsp
+++ b/template-logfiles-download-html.lsp
@@ -1,4 +1,4 @@
-<? local pageinfo , viewtable, session = ...
+<? local viewtable, viewlibrary, pageinfo, session = ...
html=require("html") ?>
Status: 200 OK
Content-Type: application/octet-stream