From bde5e0f1ab0e7748584dee32ab046c7b73b2627c Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 16 Feb 2019 12:21:56 +0100 Subject: [PATCH] Add missing use statement See 40bed660f5daa1addf76ff41975fcead1f14073f --- wcfsetup/install/files/lib/action/TAJAXException.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/action/TAJAXException.class.php b/wcfsetup/install/files/lib/action/TAJAXException.class.php index df3498138f..adf836fa0a 100644 --- a/wcfsetup/install/files/lib/action/TAJAXException.class.php +++ b/wcfsetup/install/files/lib/action/TAJAXException.class.php @@ -7,10 +7,11 @@ use wcf\system\exception\NamedUserException; use wcf\system\exception\PermissionDeniedException; use wcf\system\exception\UserInputException; use wcf\system\exception\ValidateActionException; +use wcf\system\WCF; /** * Default implementation for the AJAXException throw method. - * + * * @author Alexander Ebert, Joshua Ruesweg * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License -- 2.20.1