Merge "Spellchecked /includes directory"
[lhc/web/wiklou.git] / includes / specials / SpecialLog.php
index 0b9cf43..4fc0f6e 100644 (file)
@@ -193,4 +193,7 @@ class SpecialLog extends SpecialPage {
                $this->getOutput()->addHTML( $page->getDescription()->parseAsBlock() );
        }
 
+       protected function getGroupName() {
+               return 'changes';
+       }
 }