r91862 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91861
|
r91862
|
r91863
>
Date:
08:27, 11 July 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Override UsersPager::getTitle() in ActiveUsersPager
Modified paths:
/trunk/phase3/includes/specials/SpecialActiveusers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialActiveusers.php
—
—
@@ -59,6 +59,10 @@
60
60
parent::__construct();
61
61
}
62
62
63
+ function getTitle() {
64
+ return SpecialPage::getTitleFor( 'Activeusers' );
65
+ }
66
+
63
67
public function setupOptions() {
64
68
global $wgRequest;
65
69
Status & tagging log
21:11, 11 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r91862
[
removed:
new
added:
ok]