getBools doesn't exist in Translate anymore
[lhc/web/wiklou.git] / maintenance / rebuildtextindex.php
index e5b08f8..534b7ca 100644 (file)
@@ -86,8 +86,6 @@ class RebuildTextIndex extends Maintenance {
         * Populates the search index with content from all pages
         */
        protected function populateSearchIndex() {
-               global $wgContentHandlerUseDB;
-
                $res = $this->db->select( 'page', 'MAX(page_id) AS count' );
                $s = $this->db->fetchObject( $res );
                $count = $s->count;