Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | // lastid automatically sets ids and timestamp |
83 | 83 | // because it needs them internally |
84 | 84 | $this->fld_lastid = isset ($prop['lastid']); |
85 | | - $this->fld_ids = isset ($prop['ids']) || $this->fld_lastid); |
| 85 | + $this->fld_ids = isset ($prop['ids']) || $this->fld_lastid; |
86 | 86 | // $this->addFieldsIf('rev_text_id', $this->fld_ids); // should this be exposed? |
87 | 87 | $this->fld_flags = $this->addFieldsIf('rev_minor_edit', isset ($prop['flags'])); |
88 | 88 | $this->fld_timestamp = $this->addFieldsIf('rev_timestamp', isset ($prop['timestamp']) || $this->fld_lastid); |