From 7e314d8cd3d3d3f87a6316c1b849ae72e771db2b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 18 Jul 2011 13:10:29 +0000 Subject: [PATCH] -rakkaus/#mediawiki-i18n- (1 lines skipped) [18-Jul-2011 12:54:37] PHP Fatal error: Call to a member function addHTML() on a non-object in /www/w/includes/specials/SpecialWatchlist.php on line 65 Swap $out for $output --- includes/specials/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 1d4d34a2e9..fb57baa237 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' )->rawParams( $llink )->parse() ); + $output->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() ); return; } -- 2.20.1