Remove dead var
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 19 Nov 2013 17:04:56 +0000 (18:04 +0100)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 19 Nov 2013 17:04:56 +0000 (18:04 +0100)
Change-Id: I8063140d1e5ada1487ec1509a244dd410896bbab

includes/SpecialPage.php

index a6195fc..6de5246 100644 (file)
@@ -881,7 +881,6 @@ class SpecialPage {
        public function getFinalGroupName() {
                global $wgSpecialPageGroups;
                $name = $this->getName();
-               $group = '-';
 
                // Allow overbidding the group from the wiki side
                $msg = $this->msg( 'specialpages-specialpagegroup-' . strtolower( $name ) )->inContentLanguage();