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 @@
293293 }
294294
295295 if ( $this->fld_parsedcomment && isset( $row->rc_comment ) ) {
296 - global $wgUser;
297296 $vals['parsedcomment'] = $this->getSkin()->formatComment( $row->rc_comment, $title );
298297 }
299298

Follow-up revisions

RevisionCommit summaryAuthorDate
r92586Merge code cleanup revisions so that code analysis can also be performed in t...platonides21:29, 19 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91246Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()...reedy02:25, 1 July 2011

Status & tagging log