Rem extra brace from r61761
authorSam Reed <reedy@users.mediawiki.org>
Sun, 31 Jan 2010 23:10:57 +0000 (23:10 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 31 Jan 2010 23:10:57 +0000 (23:10 +0000)
includes/api/ApiQueryRecentChanges.php

index 6fc5099..2c67982 100644 (file)
@@ -350,7 +350,7 @@ class ApiQueryRecentChanges extends ApiQueryBase {
                        $vals['timestamp'] = wfTimestamp( TS_ISO_8601, $row->rc_timestamp );
 
                /* Add edit summary / log summary. */
-               if ( $this->fld_comment && isset( $row->rc_comment ) ) {
+               if ( $this->fld_comment && isset( $row->rc_comment ) )
                        $vals['comment'] = $row->rc_comment;
                
                if ( $this->fld_parsedcomment && isset( $row->rc_comment ) ) {