Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -860,7 +860,7 @@ |
861 | 861 | // only one set of params is handled for now |
862 | 862 | if (count($all_display_params) > 0) { |
863 | 863 | $display_params = $all_display_params[0]; |
864 | | - SMWQueryProcessor::processFunctionParams($display_params, &$querystring, &$params, &$printouts); |
| 864 | + SMWQueryProcessor::processFunctionParams($display_params, $querystring, $params, $printouts); |
865 | 865 | } |
866 | 866 | if (array_key_exists('format', $params)) |
867 | 867 | $format = $params['format']; |