Fix child class visibility
[lhc/web/wiklou.git] / maintenance / findhooks.php
index c7b7a0d..13236b6 100644 (file)
@@ -43,7 +43,7 @@ class FindHooks extends Maintenance {
                $this->addOption( 'online', 'Check against mediawiki.org hook documentation' );
        }
 
-       protected function getDbType() {
+       public function getDbType() {
                return Maintenance::DB_NONE;
        }