r98681 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98680‎ | r98681 | r98682 >
Date:16:14, 2 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r98680
Modified paths:
  • /trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php
@@ -67,7 +67,7 @@
6868
6969 if ( version_compare( SMW_VERSION, '1.6.1', '>' ) ) {
7070 $printeouts = $next_result->getPrintRequests();
71 - SMWQueryProcessor::addThisPrinteout( $printeouts, $other_params );
 71+ SMWQueryProcessor::addThisPrintout( $printeouts, $other_params );
7272 $other_params = parent::getProcessedParams( $other_params, $printeouts );
7373 }
7474
@@ -181,7 +181,7 @@
182182 wfProfileIn( 'SCQQueryProcessor::getQueryResultFromQueryString' );
183183
184184 if ( version_compare( SMW_VERSION, '1.6.1', '>' ) ) {
185 - SMWQueryProcessor::addThisPrinteout( $extraprintouts, $params );
 185+ SMWQueryProcessor::addThisPrintout( $extraprintouts, $params );
186186 $params = self::getProcessedParams( $params, $extraprintouts, false );
187187 }
188188

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98680fix spelling errorjeroendedauw16:14, 2 October 2011