r85192 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialPageProperty.php
@@ -66,7 +66,7 @@
6767 $options->limit = $limit + 1;
6868 $options->offset = $offset;
6969 $options->sort = true;
70 - $results = &smwfGetStore()->getPropertyValues( $pagename != '' ? $subject:NULL, $property, $options );
 70+ $results = smwfGetStore()->getPropertyValues( $pagename != '' ? $subject:NULL, $property, $options );
7171
7272 // prepare navigation bar if needed
7373 if ( ( $offset > 0 ) || ( count( $results ) > $limit ) ) {

Status & tagging log