Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -142,6 +142,9 @@ |
143 | 143 | $this->fld_user = isset ( $prop['user'] ); |
144 | 144 | $this->token = $params['token']; |
145 | 145 | |
| 146 | + // Possible indexes used |
| 147 | + $index = array(); |
| 148 | + |
146 | 149 | if ( !is_null( $this->token ) || $pageCount > 0 ) { |
147 | 150 | $this->addFields( Revision::selectPageFields() ); |
148 | 151 | } |