From 0715790d6d100455415630d4a3c9eeb1a5d53b7c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 26 Apr 2013 16:29:44 +0200 Subject: [PATCH] Small optimization --- files/lib/page/LegalNoticePage.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index d156e60..2668ffd 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -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() */ -- 2.20.1