Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php |
— | — | @@ -298,7 +298,7 @@ |
299 | 299 | |
300 | 300 | foreach ( $res as $result ) { |
301 | 301 | array_push( $results, array( |
302 | | - SMWDataValueFactory::newDataItemValue( $result ), |
| 302 | + SMWDataValueFactory::newDataItemValue( $result, null ), |
303 | 303 | $this->value |
304 | 304 | ) ); |
305 | 305 | } |