Skip to content

Commit

Permalink
Item12491: called item, not topic
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16709 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed May 6, 2013
1 parent 27212f0 commit da8a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Macros/TOPICLIST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sub TOPICLIST {
while ( $it->hasNext() ) {
my $item = $it->next();

my $topicObject = Foswiki::Meta->new( $this, $web, $topic );
my $topicObject = Foswiki::Meta->new( $this, $web, $item );
next unless $topicObject->haveAccess("VIEW");

my $line = $format;
Expand Down

0 comments on commit da8a05d

Please sign in to comment.