Whitespace fixup under tha maint directory.
[lhc/web/wiklou.git] / maintenance / stats.php
index c34543d..8854d19 100644 (file)
@@ -29,6 +29,10 @@ class CacheStats extends Maintenance {
                parent::__construct();
        }
 
+       public function getDbType() {
+               return Maintenance::DB_NONE;
+       }
+
        public function execute() {
                global $wgMemc;