r47430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47429‎ | r47430 | r47431 >
Date:06:22, 18 February 2009
Author:brion
Status:ok
Tags:
Comment:
Fix borkage with variant links in old top links
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1199,7 +1199,7 @@
12001200 #$s[] = $this->specialPagesList();
12011201
12021202 if( $this->variantLinks() ) {
1203 - $s = $this->variantLinks();
 1203+ $s[] = $this->variantLinks();
12041204 }
12051205
12061206 if( $this->extensionTabLinks() ) {

Status & tagging log