From: Alexander Ebert Date: Sun, 25 May 2014 20:42:50 +0000 (+0200) Subject: Fixed use-statement order X-Git-Tag: 2.1.0_Alpha_1~711^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5a7702501bfe9fdc3648f12672abd8f0b568e19;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index 176080ac63..99aaf6ae0d 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -8,6 +8,7 @@ use wcf\data\user\UserEditor; use wcf\page\ITrackablePage; use wcf\system\cache\builder\SpiderCacheBuilder; use wcf\system\cache\builder\UserGroupPermissionCacheBuilder; +use wcf\system\database\DatabaseException; use wcf\system\exception\PermissionDeniedException; use wcf\system\request\RequestHandler; use wcf\system\user\authentication\UserAuthenticationFactory; @@ -18,7 +19,6 @@ use wcf\util\HeaderUtil; use wcf\util\PasswordUtil; use wcf\util\StringUtil; use wcf\util\UserUtil; -use wcf\system\database\DatabaseException; /** * Handles sessions.