http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99742

Revision: 99742
Author:   jeroendedauw
Date:     2011-10-13 23:11:03 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
fixed bug 31677

Modified Paths:
--------------
    
trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php

Modified: 
trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
    2011-10-13 23:04:41 UTC (rev 99741)
+++ 
trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
    2011-10-13 23:11:03 UTC (rev 99742)
@@ -371,6 +371,7 @@
                if ( $greater ) $cmp = '>';
                
                $querystring = '[[' . $this->propertystring . '::' . $cmp . 
$this->valuestring . ']]';
+               $params = SMWQueryProcessor::getProcessedParams( $params, 
array( $printrequest ) );
                $queryobj = SMWQueryProcessor::createQuery( $querystring, 
$params, SMWQueryProcessor::SPECIAL_PAGE, 'ul', array( $printrequest ) );
                $queryobj->querymode = SMWQuery::MODE_INSTANCES;
                $queryobj->setLimit( $this->limit );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to