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 @@
44
44
array(),
45
45
array( 'returnto' => $this->getTitle()->getPrefixedText() )
46
46
);
47
- $out->addHTML( wfMessage( 'watchlistanontext' )->rawParam( $llink )->parse() );
47
+ $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
48
48
return;
49
49
}
50
50
Follow-up revisions
Revision
Commit summary
Author
Date
r96470
1.17wmf1: MFT
r92962
,
r93062
,
r93093
,
r93385
,
r93468
,
r93473
,
r94350
,
r94502
,...
catrope
19:07, 7 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92231
* Use local context instead of global variables...
ialex
08:42, 15 July 2011
Status & tagging log
19:12, 7 September 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r93385
[
removed:
1.18]
22:57, 2 September 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r93385
[
added:
1.18]
17:59, 1 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r93385
[
removed:
new
added:
ok]