Fix child class visibility
[lhc/web/wiklou.git] / maintenance / addwiki.php
index dcce8f4..1aba977 100644 (file)
@@ -38,7 +38,7 @@ class AddWiki extends Maintenance {
                $this->addArg( 'dbname', 'Name of database to create' );
        }
 
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_ADMIN;
        }