Fix for r92388: that was the wrong method
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 17 Jul 2011 09:33:34 +0000 (09:33 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 17 Jul 2011 09:33:34 +0000 (09:33 +0000)
includes/specials/SpecialWatchlist.php

index 49998dd..1d4d34a 100644 (file)
@@ -62,7 +62,7 @@ class SpecialWatchlist extends SpecialPage {
                                array(),
                                array( 'returnto' => $this->getTitle()->getPrefixedText() )
                        );
-                       $out->addHTML( wfMessage( 'watchlistanontext' )->rawParam( $llink )->parse() );
+                       $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
                        return;
                }