Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | $options->offset = $this->offset; |
258 | 258 | $options->sort = true; |
259 | 259 | |
260 | | - $res = &smwfGetStore()->getPropertySubjects( $this->property, $this->value, $options ); |
| 260 | + $res = smwfGetStore()->getPropertySubjects( $this->property, $this->value, $options ); |
261 | 261 | $results = array(); |
262 | 262 | foreach ( $res as $result ) |
263 | 263 | array_push( $results, array( $result, $this->value ) ); |