Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -319,7 +319,7 @@ |
320 | 320 | function getQueryInfo() { |
321 | 321 | $queryInfo = array( |
322 | 322 | 'tables' => array('revision'), |
323 | | - 'fields' => array_merge( Revision::selectFields(), array('ts_tags') ), |
| 323 | + 'fields' => array_merge( Revision::selectFields()), |
324 | 324 | 'conds' => array_merge( array('rev_page' => $this->historyPage->title->getArticleID() ), $this->conds ), |
325 | 325 | 'options' => array( 'USE INDEX' => array('revision' => 'page_timestamp') ), |
326 | 326 | 'join_conds' => array( 'tag_summary' => array( 'LEFT JOIN', 'ts_rev_id=rev_id' ) ), |