From: Marcel Werk Date: Wed, 16 Oct 2013 22:04:08 +0000 (+0200) Subject: Changed class name references X-Git-Tag: 2.0.0_Beta_3~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a8d0ce9a1d5308f42ab7ecf48cc36bf65b075813;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Changed class name references --- 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();