From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/specials/SpecialActiveusers.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'includes/specials/SpecialActiveusers.php') diff --git a/includes/specials/SpecialActiveusers.php b/includes/specials/SpecialActiveusers.php index f016ab92..e4bf42d3 100644 --- a/includes/specials/SpecialActiveusers.php +++ b/includes/specials/SpecialActiveusers.php @@ -32,6 +32,16 @@ */ class ActiveUsersPager extends UsersPager { + /** + * @var FormOptions + */ + protected $opts; + + /** + * @var Array + */ + protected $groups; + function __construct( $group = null ) { global $wgRequest, $wgActiveUserDays; $this->RCMaxAge = $wgActiveUserDays; @@ -49,6 +59,10 @@ class ActiveUsersPager extends UsersPager { parent::__construct(); } + function getTitle() { + return SpecialPage::getTitleFor( 'Activeusers' ); + } + public function setupOptions() { global $wgRequest; -- cgit v1.2.3-54-g00ecf