[Rt-commit] rt branch, smime, updated. rt-3.8.7-188-gf03f28d
Kevin Falcone
falcone at bestpractical.com
Thu Feb 25 16:26:37 EST 2010
The branch, smime has been updated
via f03f28d1decb81644ee7bff998249eab64709161 (commit)
from d3c5c4d7b9f57214a6c30c910a8c0e43bfe66e22 (commit)
Summary of changes:
share/html/NoAuth/Logout.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f03f28d1decb81644ee7bff998249eab64709161
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Jan 13 14:49:42 2010 -0500
missing semicolon
(cherry picked from commit 1efbed85cd24657052bcf92d37b1cb61feb84247)
diff --git a/share/html/NoAuth/Logout.html b/share/html/NoAuth/Logout.html
index 5c99d33..f795658 100755
--- a/share/html/NoAuth/Logout.html
+++ b/share/html/NoAuth/Logout.html
@@ -64,7 +64,7 @@
% $m->abort();
<%INIT>
-my $URL = RT->Config->Get('WebPath')."/"
+my $URL = RT->Config->Get('WebPath')."/";
$m->callback( %ARGS, CallbackName => 'BeforeSessionDelete' );
if (defined %session) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list