r78204 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78203
|
r78204
|
r78205
>
Date:
19:38, 10 December 2010
Author:
demon
Status:
ok
Tags:
Comment:
Fix for
r78192
, forgot to revert a test
Modified paths:
/trunk/phase3/includes/specials/SpecialActiveusers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialActiveusers.php
—
—
@@ -165,7 +165,7 @@
166
166
* Constructor
167
167
*/
168
168
public function __construct() {
169
- SpecialPage::SpecialPage( 'Activeusers' );
169
+ parent::__construct( 'Activeusers' );
170
170
}
171
171
172
172
/**
Follow-up revisions
Revision
Commit summary
Author
Date
r78437
1.17: Merge tagged revisions from trunk:
r77878
,
r77981
,
r77982
,
r77994
,
r780...
catrope
14:14, 15 December 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78192
Fix for
r71961
(moved SpecialPage constructor from named to __construct()). I...
demon
15:15, 10 December 2010
Status & tagging log
14:19, 15 December 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r78204
[
removed:
1.17]
12:43, 13 December 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r78204
[
added:
1.17]
21:56, 11 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r78204
[
removed:
new
added:
ok]