r57291 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57290‎ | r57291 | r57292 >
Date:13:46, 2 October 2009
Author:yaron
Status:deferred
Tags:
Comment:
Fix for call-by-reference
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -860,7 +860,7 @@
861861 // only one set of params is handled for now
862862 if (count($all_display_params) > 0) {
863863 $display_params = $all_display_params[0];
864 - SMWQueryProcessor::processFunctionParams($display_params, &$querystring, &$params, &$printouts);
 864+ SMWQueryProcessor::processFunctionParams($display_params, $querystring, $params, $printouts);
865865 }
866866 if (array_key_exists('format', $params))
867867 $format = $params['format'];

Status & tagging log