Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialPageProperty.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | $options->limit = $limit + 1; |
68 | 68 | $options->offset = $offset; |
69 | 69 | $options->sort = true; |
70 | | - $results = &smwfGetStore()->getPropertyValues( $pagename != '' ? $subject:NULL, $property, $options ); |
| 70 | + $results = smwfGetStore()->getPropertyValues( $pagename != '' ? $subject:NULL, $property, $options ); |
71 | 71 | |
72 | 72 | // prepare navigation bar if needed |
73 | 73 | if ( ( $offset > 0 ) || ( count( $results ) > $limit ) ) { |