From: Jack Phoenix Date: Thu, 21 Oct 2010 20:42:42 +0000 (+0000) Subject: follow-up to r73178: fix copypaste mistake X-Git-Tag: 1.31.0-rc.0~34389 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=a1038b4e5e53b5d133ce32a7d076474127dc1031;p=lhc%2Fweb%2Fwiklou.git follow-up to r73178: fix copypaste mistake --- diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index d19968ac62..6c599b218c 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -71,7 +71,7 @@ class SkinNostalgia extends Skin { $s .= $this->variantLinks(); $s .= $this->extensionTabLinks(); if ( $wgUser->isAnon() ) { - $s .= $sep . $this->specialLink( 'Watchlist' ); + $s .= $sep . $this->specialLink( 'Userlogin' ); } else { /* show user page and user talk links */ $s .= $sep . $this->link( $wgUser->getUserPage(), wfMsgHtml( 'mypage' ) );