RT 4.2.11, ticket#13852
[freeside.git] / rt / share / html / NoAuth / Logout.html
index c5dc23c..41abf1b 100755 (executable)
@@ -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' );