Merge "Remove unneeded else{} and return"
[lhc/web/wiklou.git] / includes / specials / SpecialLonelypages.php
index 2889f7e..8c6a88a 100644 (file)
@@ -81,4 +81,8 @@ class LonelyPagesPage extends PageQueryPage {
                        return array( 'page_title' );
                }
        }
+
+       protected function getGroupName() {
+               return 'maintenance';
+       }
 }