Skip to content

Commit

Permalink
Item514: magically map /pub URL requests and topic view requests to t…
Browse files Browse the repository at this point in the history
…he right place

BINGO is over-rated


git-svn-id: http://svn.foswiki.org/trunk@1452 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 18, 2008
1 parent ee528da commit caf9eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/Foswiki/UI/View.pm
Expand Up @@ -76,7 +76,6 @@ sub view {
if ($topicExists = $session->{store}->topicExists( $map{$webName}, $topicName )) {
$webName = $map{$webName};
$session->{webName} = $webName;
print STDERR 'BINGO';
}
}

Expand Down

0 comments on commit caf9eb0

Please sign in to comment.