From a1038b4e5e53b5d133ce32a7d076474127dc1031 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Thu, 21 Oct 2010 20:42:42 +0000 Subject: [PATCH] follow-up to r73178: fix copypaste mistake --- skins/Nostalgia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ); -- 2.20.1