Remove spaces between parentheses in function calls
[lhc/web/wiklou.git] / includes / specials / SpecialStatistics.php
index 7d6d90e..bc1b600 100644 (file)
@@ -329,4 +329,8 @@ class SpecialStatistics extends SpecialPage {
                        Xml::tags( 'th', array( 'colspan' => '2' ), $this->msg( $header )->parse() ) .
                        Xml::closeElement( 'tr' );
        }
+
+       protected function getGroupName() {
+               return 'wiki';
+       }
 }