r25407 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25406‎ | r25407 | r25408 >
Date:14:00, 2 September 2007
Author:tstarling
Status:old
Tags:
Comment:
Fixed typo, fld_len -> fld_size
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryRevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryRevisions.php
@@ -236,7 +236,7 @@
237237 $vals['timestamp'] = wfTimestamp(TS_ISO_8601, $row->rev_timestamp);
238238 }
239239
240 - if ($this->fld_len && !is_null($row->rev_len)) {
 240+ if ($this->fld_size && !is_null($row->rev_len)) {
241241 $vals['size'] = intval($row->rev_len);
242242 }
243243

Follow-up revisions

RevisionCommit summaryAuthorDate
r25415Merged revisions 25372-25414 via svnmerge from...david21:15, 2 September 2007

Status & tagging log