r61765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61764‎ | r61765 | r61766 >
Date:23:12, 31 January 2010
Author:reedy
Status:ok
Tags:
Comment:
Last fail change from r61761
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUserContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUserContributions.php
@@ -299,7 +299,7 @@
300300 if ( ($this->fld_comment || $this->fld_parsedcomment) && isset( $row->rev_comment ) ) {
301301 if ( $row->rev_deleted & Revision::DELETED_COMMENT )
302302 $vals['commenthidden'] = '';
303 - } else {
 303+ else {
304304 if ( $this->fld_comment )
305305 $vals['comment'] = $row->rev_comment;
306306

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61761Finish (bug 18427) Comment (edit summary) parser option for API...reedy23:06, 31 January 2010

Status & tagging log