From: Alexandre Emsenhuber Date: Sat, 9 Oct 2010 11:53:19 +0000 (+0000) Subject: And while I'm a it: This doesn't require DB access X-Git-Tag: 1.31.0-rc.0~34572 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3d94211f8865d863f2b75e40201e913c4500c533;p=lhc%2Fweb%2Fwiklou.git And while I'm a it: This doesn't require DB access --- 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;