Skip to content

Commit

Permalink
Item1231: twiki2foswiki script sees $Foswiki as a variable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@2946 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Mar 9, 2009
1 parent 66bcf58 commit 7a45b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Form.pm
Expand Up @@ -64,7 +64,7 @@ sub new {
my ( $class, $session, $web, $form, $def ) = @_;

( $web, $form ) = $session->normalizeWebTopicName( $web, $form );

print STDERR "form - $form\n";
# Validate
$web =
Foswiki::Sandbox::untaint( $web, \&Foswiki::Sandbox::validateWebName );
Expand Down

0 comments on commit 7a45b39

Please sign in to comment.