r92570 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92569
|
r92570
|
r92571
>
Date:
20:28, 19 July 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow-up
r91246
. The global is no longer needed.
Modified paths:
/trunk/phase3/includes/api/ApiQueryWatchlist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQueryWatchlist.php
—
—
@@ -292,7 +292,6 @@
293
293
}
294
294
295
295
if ( $this->fld_parsedcomment && isset( $row->rc_comment ) ) {
296
- global $wgUser;
297
296
$vals['parsedcomment'] = $this->getSkin()->formatComment( $row->rc_comment, $title );
298
297
}
299
298
Follow-up revisions
Revision
Commit summary
Author
Date
r92586
Merge code cleanup revisions so that code analysis can also be performed in t...
platonides
21:29, 19 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91246
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()...
reedy
02:25, 1 July 2011
Status & tagging log
08:55, 20 July 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r92570
[
removed:
new
added:
ok]