follow-up to r73178: fix copypaste mistake
authorJack Phoenix <ashley@users.mediawiki.org>
Thu, 21 Oct 2010 20:42:42 +0000 (20:42 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Thu, 21 Oct 2010 20:42:42 +0000 (20:42 +0000)
skins/Nostalgia.php

index d19968a..6c599b2 100644 (file)
@@ -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' ) );