From a59497a6f955acd11d90da9c6376d49701617582 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 30 Aug 2015 12:02:59 +0200 Subject: [PATCH] Fixed class references --- wcfsetup/install/files/lib/system/WCF.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.20.1