Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -236,7 +236,7 @@ |
237 | 237 | $vals['timestamp'] = wfTimestamp(TS_ISO_8601, $row->rev_timestamp); |
238 | 238 | } |
239 | 239 | |
240 | | - if ($this->fld_len && !is_null($row->rev_len)) { |
| 240 | + if ($this->fld_size && !is_null($row->rev_len)) { |
241 | 241 | $vals['size'] = intval($row->rev_len); |
242 | 242 | } |
243 | 243 | |