[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-94-gce8a0fc
jesse
jesse at bestpractical.com
Mon Jan 11 12:39:14 EST 2010
The branch, 3.8-trunk has been updated
via ce8a0fc98d2a69246fb7cf30e1763afe9d1cdace (commit)
from f60023c5a377c3bbcb8654b3a54d4c6692026080 (commit)
Summary of changes:
share/html/NoAuth/Logout.html | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit ce8a0fc98d2a69246fb7cf30e1763afe9d1cdace
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Dec 30 16:34:29 2009 -0800
Remove the "URL" parameter to 'Logout' as it had no legitimate use.
diff --git a/share/html/NoAuth/Logout.html b/share/html/NoAuth/Logout.html
index 5a4926b..5c99d33 100755
--- a/share/html/NoAuth/Logout.html
+++ b/share/html/NoAuth/Logout.html
@@ -64,6 +64,7 @@
% $m->abort();
<%INIT>
+my $URL = RT->Config->Get('WebPath')."/"
$m->callback( %ARGS, CallbackName => 'BeforeSessionDelete' );
if (defined %session) {
@@ -73,7 +74,3 @@ if (defined %session) {
$m->callback( %ARGS, CallbackName => 'AfterSessionDelete' );
</%INIT>
-
-<%ARGS>
-$URL => RT->Config->Get('WebPath')."/"
-</%ARGS>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list