Fixed use-statement order
authorSascha Greuel <SoftCreatR@users.noreply.github.com>
Sat, 7 Jun 2014 07:12:09 +0000 (09:12 +0200)
committerSascha Greuel <SoftCreatR@users.noreply.github.com>
Sat, 7 Jun 2014 07:12:09 +0000 (09:12 +0200)
wcfsetup/install/files/lib/system/dashboard/box/UsersOnlineSidebarDashboardBox.class.php

index bc682c0f587c2613f0a1e2ac54d5b929a2544de6..08268fb99fb8b5320361708f36bbd4b3464e180a 100644 (file)
@@ -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.