Skip to content

Commit

Permalink
Item12888: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Nov 20, 2014
1 parent ae0820a commit 9798b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCSStoreContrib/lib/Foswiki/Store/VC/Store.pm
Expand Up @@ -663,7 +663,7 @@ sub eachWeb {
# to make the recursion more efficient.
my $web = ref($webObject) ? $webObject->web : $webObject;

my $handler = $this->getHandler( $web->web );
my $handler = $this->getHandler( $web );
my @list = $handler->getWebNames();
if ($all) {
my $root = $web ? "$web/" : '';
Expand Down

0 comments on commit 9798b48

Please sign in to comment.