Was it supposed to be a comma instead of dot? :)
[lhc/web/wiklou.git] / maintenance / findhooks.php
index da50b2e..c7b7a0d 100644 (file)
@@ -43,6 +43,10 @@ class FindHooks extends Maintenance {
                $this->addOption( 'online', 'Check against mediawiki.org hook documentation' );
        }
 
+       protected function getDbType() {
+               return Maintenance::DB_NONE;
+       }
+
        public function execute() {
                global $IP;