From: Alexander Ebert Date: Mon, 15 Apr 2013 17:58:37 +0000 (+0200) Subject: Fixed use order X-Git-Tag: 2.0.0_Beta_1~343^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ed6b48e7c271c9291b00ddbe065ff64ab3d23e07;p=GitHub%2FWoltLab%2FWCF.git Fixed use order --- diff --git a/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php b/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php index 99e56304e1..d5b338b95f 100644 --- a/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php +++ b/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php @@ -2,8 +2,8 @@ namespace wcf\action; use wcf\system\exception\AJAXException; use wcf\system\exception\IllegalLinkException; -use wcf\system\exception\NamedUserException; use wcf\system\exception\LoggedException; +use wcf\system\exception\NamedUserException; use wcf\system\exception\PermissionDeniedException; use wcf\system\exception\SystemException; use wcf\system\exception\UserInputException;