r104195 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104194‎ | r104195 | r104196 >
Date:21:00, 24 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix PHP Notice: Undefined variable: wgResourceLoaderValidateStaticJS in /var/www/daniel/BlueSpiceWiki/phase3/includes/resourceloader/ResourceLoaderFileModule.php on line 451
Modified paths:
  • /branches/REL1_17/phase3/includes/resourceloader/ResourceLoaderFileModule.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/resourceloader/ResourceLoaderFileModule.php
@@ -441,6 +441,7 @@
442442 if ( empty( $scripts ) ) {
443443 return '';
444444 }
 445+ global $wgResourceLoaderValidateStaticJS;
445446 $js = '';
446447 foreach ( array_unique( $scripts ) as $fileName ) {
447448 $localPath = $this->getLocalPath( $fileName );

Status & tagging log