Last fail change from r61761
authorSam Reed <reedy@users.mediawiki.org>
Sun, 31 Jan 2010 23:12:17 +0000 (23:12 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 31 Jan 2010 23:12:17 +0000 (23:12 +0000)
includes/api/ApiQueryUserContributions.php

index fbd909e..3e96907 100644 (file)
@@ -299,7 +299,7 @@ class ApiQueryContributions extends ApiQueryBase {
                if ( ($this->fld_comment || $this->fld_parsedcomment) && isset( $row->rev_comment ) ) {
                        if ( $row->rev_deleted & Revision::DELETED_COMMENT )
                                $vals['commenthidden'] = '';
-                       else {
+                       else {
                                if ( $this->fld_comment )
                                        $vals['comment'] = $row->rev_comment;