From 056ff7a01c40cafd2309e78d697f35f86132054b Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Sat, 7 Jun 2014 09:12:09 +0200 Subject: [PATCH] Fixed use-statement order --- .../dashboard/box/UsersOnlineSidebarDashboardBox.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/dashboard/box/UsersOnlineSidebarDashboardBox.class.php b/wcfsetup/install/files/lib/system/dashboard/box/UsersOnlineSidebarDashboardBox.class.php index bc682c0f58..08268fb99f 100644 --- a/wcfsetup/install/files/lib/system/dashboard/box/UsersOnlineSidebarDashboardBox.class.php +++ b/wcfsetup/install/files/lib/system/dashboard/box/UsersOnlineSidebarDashboardBox.class.php @@ -2,9 +2,9 @@ namespace wcf\system\dashboard\box; use wcf\data\dashboard\box\DashboardBox; use wcf\data\user\online\UsersOnlineList; -use wcf\page\IPage; -use wcf\system\WCF; +use wcf\page\IPage; use wcf\system\request\LinkHandler; +use wcf\system\WCF; /** * Lists all users who are online. -- 2.20.1