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 @@
30
30
parent::__construct();
31
31
}
32
32
33
+ public function getDbType() {
34
+ return Maintenance::DB_NONE;
35
+ }
36
+
33
37
public function execute() {
34
38
global $wgMemc;
35
39
Status & tagging log
22:18, 18 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r74544
[
removed:
new
added:
ok]