summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/Logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/Logout.html')
-rwxr-xr-xrt/share/html/NoAuth/Logout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/NoAuth/Logout.html b/rt/share/html/NoAuth/Logout.html
index 409526964..41abf1b3e 100755
--- a/rt/share/html/NoAuth/Logout.html
+++ b/rt/share/html/NoAuth/Logout.html
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -71,7 +71,7 @@ my $URL = RT->Config->Get('WebPath')."/";
# Allow a callback to modify the URL we redirect to, which is useful for
# external webauth systems
-$m->callback( %ARGS, URL => \$URL );
+$m->callback( %ARGS, CallbackName => 'ModifyLoginRedirect', URL => \$URL );
$m->callback( %ARGS, CallbackName => 'BeforeSessionDelete' );