From: Matthias Schmidt Date: Sat, 16 Feb 2019 11:21:56 +0000 (+0100) Subject: Add missing use statement X-Git-Tag: 5.2.0_Alpha_1~286 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bde5e0f1ab0e7748584dee32ab046c7b73b2627c;p=GitHub%2FWoltLab%2FWCF.git Add missing use statement See 40bed660f5daa1addf76ff41975fcead1f14073f --- 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