Small optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 26 Apr 2013 14:29:44 +0000 (16:29 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 26 Apr 2013 14:29:44 +0000 (16:29 +0200)
files/lib/page/LegalNoticePage.class.php

index d156e60452a267b58a2c227f328a9753ea40bdbd..2668ffd44f5ad081946e796ef11f1d4dbcededd6 100644 (file)
@@ -16,6 +16,11 @@ use wcf\util\StringUtil;
 class LegalNoticePage extends AbstractPage {
        const AVAILABLE_DURING_OFFLINE_MODE = true;
        
+       /**
+        * @see wcf\page\AbstractPage::$activeMenuItem
+        */
+       public $activeMenuItem = 'wcf.footer.menu.legalNotice';
+       
        /**
         * @see wcf\page\IPage::assignVariables()
         */