Skip to content

Commit

Permalink
Fix EZP-20564: eZDebug::accumulatorStop warning while viewing an article
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Mar 29, 2013
1 parent cabc19a commit 225bd7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions search/plugins/ezsolr/ezsolr.php
Expand Up @@ -1080,7 +1080,6 @@ function moreLikeThis( $queryType, $queryValue, $params = array() )

$stopWordArray = array();

eZDebug::accumulatorStop( 'Search' );
eZDebugSetting::writeDebug( 'extension-ezfind-query-mlt', $resultArray['interestingTerms'], 'MoreLikeThis terms' );
return array(
'SearchResult' => $objectRes,
Expand All @@ -1091,7 +1090,6 @@ function moreLikeThis( $queryType, $queryValue, $params = array() )
}
else
{
eZDebug::accumulatorStop( 'Search' );
return array(
'SearchResult' => false,
'SearchCount' => 0,
Expand Down

0 comments on commit 225bd7b

Please sign in to comment.