From 3d94211f8865d863f2b75e40201e913c4500c533 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 9 Oct 2010 11:53:19 +0000 Subject: [PATCH] And while I'm a it: This doesn't require DB access --- maintenance/stats.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintenance/stats.php b/maintenance/stats.php index c34543d701..8854d19604 100644 --- a/maintenance/stats.php +++ b/maintenance/stats.php @@ -29,6 +29,10 @@ class CacheStats extends Maintenance { parent::__construct(); } + public function getDbType() { + return Maintenance::DB_NONE; + } + public function execute() { global $wgMemc; -- 2.20.1