Changed class name references
authorMarcel Werk <burntime@woltlab.com>
Wed, 16 Oct 2013 22:04:08 +0000 (00:04 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 16 Oct 2013 22:04:08 +0000 (00:04 +0200)
files/lib/page/LegalNoticePage.class.php

index daee4fa81a46010a8806606f06018cfdfa7cc458..4c7c48e4110e1cdc27d035057bf8a883971d2ac4 100644 (file)
@@ -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();