r85191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85190‎ | r85191 | r85192 >
Date:13:14, 2 April 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
strict standards fix
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php
@@ -256,7 +256,7 @@
257257 $options->offset = $this->offset;
258258 $options->sort = true;
259259
260 - $res = &smwfGetStore()->getPropertySubjects( $this->property, $this->value, $options );
 260+ $res = smwfGetStore()->getPropertySubjects( $this->property, $this->value, $options );
261261 $results = array();
262262 foreach ( $res as $result )
263263 array_push( $results, array( $result, $this->value ) );

Status & tagging log