Reduced indentation levels, broke long lines
[lhc/web/wiklou.git] / includes / specials / SpecialUncategorizedimages.php
index 5865bf6..53aa3f3 100644 (file)
@@ -60,4 +60,7 @@ class UncategorizedImagesPage extends ImageQueryPage {
                );
        }
 
+       protected function getGroupName() {
+               return 'maintenance';
+       }
 }