r99742 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99741‎ | r99742 | r99743 >
Date:23:11, 13 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed bug 31677
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
@@ -371,6 +371,7 @@
372372 if ( $greater ) $cmp = '>';
373373
374374 $querystring = '[[' . $this->propertystring . '::' . $cmp . $this->valuestring . ']]';
 375+ $params = SMWQueryProcessor::getProcessedParams( $params, array( $printrequest ) );
375376 $queryobj = SMWQueryProcessor::createQuery( $querystring, $params, SMWQueryProcessor::SPECIAL_PAGE, 'ul', array( $printrequest ) );
376377 $queryobj->querymode = SMWQuery::MODE_INSTANCES;
377378 $queryobj->setLimit( $this->limit );