r60834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60833‎ | r60834 | r60835 >
Date:08:55, 8 January 2010
Author:mah
Status:ok
Tags:
Comment:
follow-up 60833
because I'm an idiot.
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -313,7 +313,7 @@
314314
315315 $lang = $wgLang->getCode();
316316 $dir = $wgLang->getDir();
317 - if ( $code !== $wgContLang->getCode() || $dir !== $wgContLang->getDir() ) {
 317+ if ( $lang !== $wgContLang->getCode() || $dir !== $wgContLang->getDir() ) {
318318 $attrs = "lang='$lang' xml:lang='$lang' dir='$dir'";
319319
320320 $tpl->set( 'userlangattributes', $attrs );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60833follow up r60829...mah08:49, 8 January 2010

Status & tagging log