r90112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90111‎ | r90112 | r90113 >
Date:14:47, 15 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added missing arg
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
@@ -298,7 +298,7 @@
299299
300300 foreach ( $res as $result ) {
301301 array_push( $results, array(
302 - SMWDataValueFactory::newDataItemValue( $result ),
 302+ SMWDataValueFactory::newDataItemValue( $result, null ),
303303 $this->value
304304 ) );
305305 }