Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -8,8 +8,6 @@ |
9 | 9 | * @author Sanyam Goyal |
10 | 10 | */ |
11 | 11 | |
12 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
13 | | - |
14 | 12 | class SDBrowseData extends IncludableSpecialPage { |
15 | 13 | |
16 | 14 | /** |
— | — | @@ -1079,6 +1077,8 @@ |
1080 | 1078 | else |
1081 | 1079 | $prtext = $prresult; |
1082 | 1080 | |
| 1081 | + SMWOutputs::commitToOutputPage( $out ); |
| 1082 | + |
1083 | 1083 | // Crappy hack to get the contents of SMWOutputs::$mHeadItems, |
1084 | 1084 | // which may have been set in the result printer, and dump into |
1085 | 1085 | // headItems of $out. |