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 @@
166166 * Constructor
167167 */
168168 public function __construct() {
169 - SpecialPage::SpecialPage( 'Activeusers' );
 169+ parent::__construct( 'Activeusers' );
170170 }
171171
172172 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r784371.17: Merge tagged revisions from trunk: r77878, r77981, r77982, r77994, r780...catrope14:14, 15 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78192Fix for r71961 (moved SpecialPage constructor from named to __construct()). I...demon15:15, 10 December 2010

Status & tagging log