From: Sascha Greuel Date: Sat, 7 Jun 2014 07:12:09 +0000 (+0200) Subject: Fixed use-statement order X-Git-Tag: 2.1.0_Alpha_1~737^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=056ff7a01c40cafd2309e78d697f35f86132054b;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- 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.