From: Ivan Kohler Date: Fri, 15 May 2015 18:41:24 +0000 (-0700) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7898193bb13ad215d1cc95983dbd092fbd2ba799;hp=230e099f92541bc3bc0e2a08e81932ee17909fa0 Merge branch 'master' of git.freeside.biz:/home/git/freeside --- diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index 3c6e2ae9f..8d599ad68 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -13,8 +13,10 @@ % } %#
+% my $uri = $r->prev->uri; +% $uri .= '?'. $r->prev->args if length( $r->prev->args ); - + @@ -45,7 +47,7 @@ my %error = ( ); my $error = # $cgi->param('logout') || - $r->prev->subprocess_env("AuthCookieReason"); + $r->prev->subprocess_env('AuthCookieReason'); $error = exists($error{$error}) ? $error{$error} : $error;