Index: trunk/phase3/skins/Standard.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | if( $wgUser->isLoggedIn() ) { |
163 | 163 | $s.= $this->specialLink( 'watchlist' ) ; |
164 | 164 | $s .= $sep . $this->linkKnown( |
165 | | - Title::newFromText( $wgContLang->specialPage( 'Contributions' ) ), |
| 165 | + SpecialPage::getTitleFor( 'Contributions' ), |
166 | 166 | wfMsg( 'mycontris' ), |
167 | 167 | array(), |
168 | 168 | array( 'target' => $wgUser->getName() ) |