Fixed use order
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 17:58:37 +0000 (19:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 17:58:37 +0000 (19:58 +0200)
wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php

index 99e56304e13160c0208910da83b0e908f6cf6364..d5b338b95f7438d11820326d67996fb1b0d6ed9b 100644 (file)
@@ -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;