From: Alexandre Emsenhuber Date: Sun, 17 Jul 2011 09:33:34 +0000 (+0000) Subject: Fix for r92388: that was the wrong method X-Git-Tag: 1.31.0-rc.0~28791 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=18fe9f8a203b39ff7ed2444b10c5fae8e98ab354;p=lhc%2Fweb%2Fwiklou.git Fix for r92388: that was the wrong method --- diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 49998dda49..1d4d34a2e9 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -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; }