From: Alexander Ebert Date: Fri, 6 Feb 2015 13:25:34 +0000 (+0100) Subject: Fixed use-statement order X-Git-Tag: 2.1.0_RC_1~73 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1533edefd0846ced6a67bf6f16a548e2ab910c02;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- diff --git a/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php index 52d5ab4626..b2f5e25d2d 100644 --- a/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php @@ -9,12 +9,12 @@ use wcf\system\cache\builder\PackageUpdateCacheBuilder; use wcf\system\database\util\PreparedStatementConditionBuilder; use wcf\system\exception\HTTPUnauthorizedException; use wcf\system\exception\SystemException; +use wcf\system\io\RemoteFile; use wcf\system\package\PackageUpdateUnauthorizedException; use wcf\system\SingletonFactory; use wcf\system\WCF; use wcf\util\HTTPRequest; use wcf\util\XML; -use wcf\system\io\RemoteFile; /** * Provides functions to manage package updates.