From 1533edefd0846ced6a67bf6f16a548e2ab910c02 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 6 Feb 2015 14:25:34 +0100 Subject: [PATCH] Fixed use-statement order --- .../files/lib/system/package/PackageUpdateDispatcher.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1