r82264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82263‎ | r82264 | r82265 >
Date:17:33, 16 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r82263
Modified paths:
  • /branches/wmf/1.17wmf1/includes/Skin.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/Skin.php
@@ -422,7 +422,7 @@
423423 * You will only be adding bloat to the page and causing page caches to have to be purged on configuration changes.
424424 */
425425 static function makeGlobalVariablesScript( $skinName ) {
426 - global $wgTitle, $wgUser, $wgRequest, $wgArticle, $wgOut, $wgRestrictionTypes, $wgUseAjax, $wgEnableMWSuggest;
 426+ global $wgTitle, $wgUser, $wgRequest, $wgArticle, $wgOut, $wgRestrictionTypes, $wgUseAjax, $wgEnableMWSuggest, $wgContLang;
427427
428428 $ns = $wgTitle->getNamespace();
429429 $nsname = MWNamespace::exists( $ns ) ? MWNamespace::getCanonicalName( $ns ) : $wgTitle->getNsText();
Property changes on: branches/wmf/1.17wmf1/includes/Skin.php
___________________________________________________________________
Added: svn:mergeinfo
430430 Merged /branches/REL1_15/phase3/includes/Skin.php:r51646
431431 Merged /branches/wmf/1.16wmf4/includes/Skin.php:r67177,69199,76243,77266
432432 Merged /branches/sqlite/includes/Skin.php:r58211-58321
433433 Merged /trunk/phase3/includes/Skin.php:r82263
434434 Merged /branches/new-installer/phase3/includes/Skin.php:r43664-66004
435435 Merged /branches/wmf-deployment/includes/Skin.php:r53381,60970

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82263Fix fatal in r82258catrope17:31, 16 February 2011

Status & tagging log