X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Floginout%2Flogin.html;h=8d599ad68d8abdaef65f373c923740dc8002a6fd;hb=e215fc213a1eb9a3365cecf5ce82f1a58f154cd6;hp=d06d0a8fc04fd6cd481ef1093d81189dee6bd031;hpb=5c898c621e1343f8c116a75ca3131eb78229e09b;p=freeside.git diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index d06d0a8fc..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;