r92428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92427‎ | r92428 | r92429 >
Date:13:10, 18 July 2011
Author:reedy
Status:ok
Tags:
Comment:
-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
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -62,7 +62,7 @@
6363 array(),
6464 array( 'returnto' => $this->getTitle()->getPrefixedText() )
6565 );
66 - $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
 66+ $output->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
6767 return;
6868 }
6969

Status & tagging log