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 @@
63
63
array(),
64
64
array( 'returnto' => $this->getTitle()->getPrefixedText() )
65
65
);
66
- $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
66
+ $output->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
67
67
return;
68
68
}
69
69
Status & tagging log
17:43, 18 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r92428
[
removed:
new
added:
ok]