From: Alexander Ebert Date: Sun, 30 Aug 2015 10:02:59 +0000 (+0200) Subject: Fixed class references X-Git-Tag: 2.1.7~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a59497a6f955acd11d90da9c6376d49701617582;p=GitHub%2FWoltLab%2FWCF.git Fixed class references --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index a25d44ae90..327aa31bb3 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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) {