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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/NoAuth/Logout.html b/rt/share/html/NoAuth/Logout.html
index c5dc23c5e..41abf1b3e 100755
--- a/rt/share/html/NoAuth/Logout.html
+++ b/rt/share/html/NoAuth/Logout.html
@@ -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' );