r74544 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74543‎ | r74544 | r74545 >
Date:11:53, 9 October 2010
Author:ialex
Status:ok
Tags:
Comment:
And while I'm a it: This doesn't require DB access
Modified paths:
  • /trunk/phase3/maintenance/stats.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/stats.php
@@ -29,6 +29,10 @@
3030 parent::__construct();
3131 }
3232
 33+ public function getDbType() {
 34+ return Maintenance::DB_NONE;
 35+ }
 36+
3337 public function execute() {
3438 global $wgMemc;
3539

Status & tagging log