summaryrefslogtreecommitdiffstats
path: root/modules-edit-html.lsp
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>2012-03-21 15:06:32 +0000
committerZach LeBar <zach@zachlebar.com>2012-03-21 15:09:16 +0000
commit0874f88bc25066248c28b16d3bbf1ab5cd1f2611 (patch)
tree28ee52ea1b8a44eeff8453b6264953a2ab2665bd /modules-edit-html.lsp
parent6d638ac9d28eac2c144d229359b64c0edaee2b4d (diff)
downloadacf-alpine-baselayout-master.tar.bz2
acf-alpine-baselayout-master.tar.xz
Change all -controller.lua files to use new handle_form() functions found in acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model .lua to make everything work.HEADmaster
Diffstat (limited to 'modules-edit-html.lsp')
-rw-r--r--modules-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-edit-html.lsp b/modules-edit-html.lsp
index 5a96422..9e48975 100644
--- a/modules-edit-html.lsp
+++ b/modules-edit-html.lsp
@@ -38,5 +38,5 @@ displayitem(form.value.mtime)
<H1>Reload Modules</H1>
<DL>
<DT>Reload Modules</DT>
-<DD><form action="<%= page_info.script .. page_info.prefix .. page_info.controller .. "/reload" %>"><input class="submit" type="submit" value="Reload"></form></DD>
+<DD><form action="<%= page_info.script .. page_info.prefix .. page_info.controller .. "/reload?redir=edit&submit=true" %>"><input class="submit" type="submit" name="submit" value="Reload"></form></DD>
</DL>