From: Sam Reed Date: Sun, 31 Jan 2010 23:12:17 +0000 (+0000) Subject: Last fail change from r61761 X-Git-Tag: 1.31.0-rc.0~38004 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=19d77bcf21522dc8cf21df2bd8e1a86e53b07400;p=lhc%2Fweb%2Fwiklou.git Last fail change from r61761 --- diff --git a/includes/api/ApiQueryUserContributions.php b/includes/api/ApiQueryUserContributions.php index fbd909ee5d..3e96907f75 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -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;