Add SpecialPage::getGroupName and use it
[lhc/web/wiklou.git] / includes / specials / SpecialFilepath.php
index d0ae101..bbcced2 100644 (file)
@@ -86,4 +86,8 @@ class SpecialFilepath extends SpecialPage {
                        Html::closeElement( 'form' )
                );
        }
+
+       protected function getGroupName() {
+               return 'media';
+       }
 }