Skip to content

Commit

Permalink
Item10685: Revert "Func::createWeb doesn't do what it says on the tin…
Browse files Browse the repository at this point in the history
… - needs a fix, this one wasn't enough"

Reverting for now. This breaks StoreTests & AddressTests, and Sven says this fix doesn't fix it anyway.

This reverts commit 2d9d4741275b20ecfe5aa685f07eac63ee6ebdb3.

git-svn-id: http://svn.foswiki.org/trunk@11574 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Apr 28, 2011
1 parent 1eb65e3 commit 3c92852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Func.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ sub createWeb {
}

my $webObject = Foswiki::Meta->new( $Foswiki::Plugins::SESSION, $web );
$webObject->populateNewWeb($baseweb, @_);
$webObject->populateNewWeb($baseweb);
}

=begin TML
Expand Down

0 comments on commit 3c92852

Please sign in to comment.