summaryrefslogtreecommitdiff
path: root/httemplate/loginout
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-19 14:42:03 -0700
committerMark Wells <mark@freeside.biz>2013-10-19 14:42:03 -0700
commitad2152b8bfd85b904e363dfded50c810a96daff0 (patch)
tree5b514debb7a215161ca41486bc2ed95dad5598c8 /httemplate/loginout
parentc99a171b22bf8776a4ba449aed55e20904c881fa (diff)
preserve query strings when internal-redirecting through login page
Diffstat (limited to 'httemplate/loginout')
-rw-r--r--httemplate/loginout/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html
index d06d0a8..3c6e2ae 100644
--- a/httemplate/loginout/login.html
+++ b/httemplate/loginout/login.html
@@ -14,7 +14,7 @@
%# <FORM METHOD="POST" ACTION="<%$url_string%>loginout/login">
<FORM METHOD="POST" ACTION="/login">
- <INPUT TYPE="hidden" NAME="destination" VALUE="<% $r->prev->uri %>">
+ <INPUT TYPE="hidden" NAME="destination" VALUE="<% $r->prev->unparsed_uri %>">
<TABLE CELLSPACING=0 CELLPADDING=4 BGCOLOR="#cccccc">
<TR>