Index: trunk/phase3/includes/api/ApiQueryRecentChanges.php |
— | — | @@ -350,7 +350,7 @@ |
351 | 351 | $vals['timestamp'] = wfTimestamp( TS_ISO_8601, $row->rc_timestamp ); |
352 | 352 | |
353 | 353 | /* Add edit summary / log summary. */ |
354 | | - if ( $this->fld_comment && isset( $row->rc_comment ) ) { |
| 354 | + if ( $this->fld_comment && isset( $row->rc_comment ) ) |
355 | 355 | $vals['comment'] = $row->rc_comment; |
356 | 356 | |
357 | 357 | if ( $this->fld_parsedcomment && isset( $row->rc_comment ) ) { |