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 @@
442
442
if ( empty( $scripts ) ) {
443
443
return '';
444
444
}
445
+ global $wgResourceLoaderValidateStaticJS;
445
446
$js = '';
446
447
foreach ( array_unique( $scripts ) as $fileName ) {
447
448
$localPath = $this->getLocalPath( $fileName );
Status & tagging log
03:23, 12 December 2011
Tim Starling
(
talk
|
contribs
)
changed the
status
of r104195
[
removed:
new
added:
ok]