From a8d0ce9a1d5308f42ab7ecf48cc36bf65b075813 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 17 Oct 2013 00:04:08 +0200 Subject: [PATCH] Changed class name references --- files/lib/page/LegalNoticePage.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index daee4fa..4c7c48e 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -17,12 +17,12 @@ class LegalNoticePage extends AbstractPage { const AVAILABLE_DURING_OFFLINE_MODE = true; /** - * @see wcf\page\AbstractPage::$activeMenuItem + * @see \wcf\page\AbstractPage::$activeMenuItem */ public $activeMenuItem = 'wcf.footer.menu.legalNotice'; /** - * @see wcf\page\IPage::assignVariables() + * @see \wcf\page\IPage::assignVariables() */ public function assignVariables() { parent::assignVariables(); -- 2.20.1