From: Matthias Schmidt Date: Mon, 14 Jun 2021 08:35:31 +0000 (+0200) Subject: Revert deprecation of `ApplicationHandler::getWCF()` X-Git-Tag: 5.5.0_Alpha_1~652 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c2b4349ce48025f49bb6786c232eb28d1c691358;p=GitHub%2FWoltLab%2FWCF.git Revert deprecation of `ApplicationHandler::getWCF()` While "WCF" is no longer an up-to-date abbreviation for "WoltLab Suite Core", "wcf" is still used as its application abbreviation in all other contexts so that keeping this method is fine until all references to "wcf" are removed. --- diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index 8889fc93ed..323ec40b98 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -97,7 +97,6 @@ class ApplicationHandler extends SingletonFactory * e.g. cross-domain files requestable through the webserver. * * @return Application - * @deprecated 3.0 please use `getApplication()` instead */ public function getWCF() {