Fix child class visibility
[lhc/web/wiklou.git] / maintenance / sql.php
index cceec00..fd4be19 100644 (file)
@@ -70,7 +70,7 @@ class MwSql extends Maintenance {
                }
        }
        
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_ADMIN;
        }
 }