Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -299,7 +299,7 @@ |
300 | 300 | if ( ($this->fld_comment || $this->fld_parsedcomment) && isset( $row->rev_comment ) ) { |
301 | 301 | if ( $row->rev_deleted & Revision::DELETED_COMMENT ) |
302 | 302 | $vals['commenthidden'] = ''; |
303 | | - } else { |
| 303 | + else { |
304 | 304 | if ( $this->fld_comment ) |
305 | 305 | $vals['comment'] = $row->rev_comment; |
306 | 306 | |