(bug 23375) Added ogv, oga, spx as extensions for ogg files. Patch by Derk-Jan Hartman.
[lhc/web/wiklou.git] / maintenance / rebuildtextindex.php
index 03fa897..4521c6f 100644 (file)
@@ -35,7 +35,7 @@ class RebuildTextIndex extends Maintenance {
                $this->mDescription = "Rebuild search index table from scratch";
        }
 
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_ADMIN;
        }