Fix child class visibility
[lhc/web/wiklou.git] / maintenance / updateSearchIndex.php
index 6bb290f..152ce1b 100644 (file)
@@ -40,7 +40,7 @@ class UpdateSearchIndex extends Maintenance {
                $this->addOption( 'l', 'How long the searchindex and revision tables will be locked for', false, true );
        }
 
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_ADMIN;
        }