Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -1072,7 +1072,8 @@ |
1073 | 1073 | $printer = SMWQueryProcessor::getResultPrinter( $params['format'], SMWQueryProcessor::SPECIAL_PAGE, $r ); |
1074 | 1074 | |
1075 | 1075 | if ( version_compare( SMW_VERSION, '1.6.1', '>' ) ) { |
1076 | | - $params = SMWQueryProcessor::getProcessedParams( $params ); |
| 1076 | + SMWQueryProcessor::addThisPrintout( $printouts, $params ); |
| 1077 | + $params = SMWQueryProcessor::getProcessedParams( $params, $printouts ); |
1077 | 1078 | } |
1078 | 1079 | |
1079 | 1080 | $prresult = $printer->getResult( |