Fix for r78192, forgot to revert a test
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Dec 2010 19:38:58 +0000 (19:38 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Dec 2010 19:38:58 +0000 (19:38 +0000)
includes/specials/SpecialActiveusers.php

index bf3fd43..f016ab9 100644 (file)
@@ -165,7 +165,7 @@ class SpecialActiveUsers extends SpecialPage {
         * Constructor
         */
        public function __construct() {
-               SpecialPage::SpecialPage( 'Activeusers' );
+               parent::__construct( 'Activeusers' );
        }
 
        /**