From c2b4349ce48025f49bb6786c232eb28d1c691358 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 14 Jun 2021 10:35:31 +0200 Subject: [PATCH] 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. --- .../files/lib/system/application/ApplicationHandler.class.php | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.20.1