Fixed class references
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 10:02:59 +0000 (12:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Aug 2015 10:02:59 +0000 (12:02 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index a25d44ae90a14ebff087c02646ef9f0df2b31c63..327aa31bb31164be228f51c9356373446c72cc09 100644 (file)
@@ -98,7 +98,7 @@ class WCF {
        
        /**
         * language object
-        * @var \wcf\system\language\Language
+        * @var \wcf\data\language\Language
         */
        protected static $languageObj = null;
        
@@ -553,7 +553,7 @@ class WCF {
        /**
         * Returns the corresponding application object. Does not support the 'wcf' pseudo application.
         * 
-        * @param       wcf\data\application\Application        $application
+        * @param       \wcf\data\application\Application       $application
         * @return      \wcf\system\application\IApplication
         */
        public static function getApplicationObject(Application $application) {