r89163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89162‎ | r89163 | r89164 >
Date:13:12, 30 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix script loading issue
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -8,8 +8,6 @@
99 * @author Sanyam Goyal
1010 */
1111
12 -if ( !defined( 'MEDIAWIKI' ) ) die();
13 -
1412 class SDBrowseData extends IncludableSpecialPage {
1513
1614 /**
@@ -1079,6 +1077,8 @@
10801078 else
10811079 $prtext = $prresult;
10821080
 1081+ SMWOutputs::commitToOutputPage( $out );
 1082+
10831083 // Crappy hack to get the contents of SMWOutputs::$mHeadItems,
10841084 // which may have been set in the result printer, and dump into
10851085 // headItems of $out.

Status & tagging log