Skip to content

Commit

Permalink
Item8635: odd, I thought I made this change a very long time ago
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@6611 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Mar 2, 2010
1 parent 159a0b2 commit e4a37c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Macros/FOREACH.pm
Expand Up @@ -28,10 +28,9 @@ sub FOREACH {
split( /,\s*/, $topicString );

my $query; #query node
my $searchString = '';
require Foswiki::Search::InfoCache;
my $infoCache = new Foswiki::Search::InfoCache($this, $params->{baseweb}, \@topics);
my ( $ttopics, $searchResult, $tmplTail ) = $this->search->formatResults($webObject, $query, $searchString, $infoCache, $params);
my ( $ttopics, $searchResult, $tmplTail ) = $this->search->formatResults($webObject, $query, $infoCache, $params);
$s = $searchResult;
}
catch Error::Simple with {
Expand Down

0 comments on commit e4a37c8

Please sign in to comment.