r93385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93384‎ | r93385 | r93386 >
Date:12:13, 28 July 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Fu r92231: PHP Fatal error: Call to a member function parse() on a non-object in /www/w/includes/specials/SpecialEditWatchlist.php on line 46

Maybe the method names need to be reconsidered to avoid errors like these?
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEditWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
@@ -43,7 +43,7 @@
4444 array(),
4545 array( 'returnto' => $this->getTitle()->getPrefixedText() )
4646 );
47 - $out->addHTML( wfMessage( 'watchlistanontext' )->rawParam( $llink )->parse() );
 47+ $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
4848 return;
4949 }
5050

Follow-up revisions

RevisionCommit summaryAuthorDate
r964701.17wmf1: MFT r92962, r93062, r93093, r93385, r93468, r93473, r94350, r94502,...catrope19:07, 7 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92231* Use local context instead of global variables...ialex08:42, 15 July 2011

Status & tagging log