r104038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104037‎ | r104038 | r104039 >
Date:14:28, 23 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
attempt to fix bug 30096
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php
@@ -51,6 +51,10 @@
5252
5353 global $smwgIQRunningNumber, $wgScriptPath, $wgGoogleMapsKey, $srfgScriptPath;
5454
 55+ if ( defined( 'MW_SUPPORTS_RESOURCE_MODULES' ) ) {
 56+ SMWOutputs::requireHeadItem( 'exhibit-compat', Html::linkedScript( "$wgScriptPath/common/wikibits.js" ) );
 57+ }
 58+
5559 // //////////////////////////////
5660 // ///////REMOTE STUFF///////////
5761 // //////////////////////////////