Skip to content

Commit

Permalink
Item13478: missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
Crawford Currie committed Jun 29, 2015
1 parent ba0396b commit 9e23f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/LoginManager.pm
Expand Up @@ -632,7 +632,7 @@ sub redirectToLoggedOutUrl {
);

#TODO: consider if we should risk passing on the urlparams on logout
my $path_info = Foswiki::decode_utf8( $session->{request}->path_info() );
my $path_info = $session->{request}->path_info();
if ( my $topic = $session->{request}->param('topic') )
{ #we should at least respect the ?topic= request
my $topicRequest = Foswiki::Sandbox::untaintUnchecked($topic);
Expand Down

0 comments on commit 9e23f52

Please sign in to comment.