Fix child class visibility
[lhc/web/wiklou.git] / maintenance / runBatchedQuery.php
index 0a113cc..03c56aa 100644 (file)
@@ -50,7 +50,7 @@ class BatchedQueryRunner extends Maintenance {
                } while ( $affected > 0 );
        }
 
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_ADMIN;
        }
 }