Fixed use order
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 18:17:11 +0000 (20:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 18:17:11 +0000 (20:17 +0200)
wcfsetup/install/files/lib/system/request/LinkHandler.class.php

index a4da76657184f16ee633785409bc5bc9c36e94c4..f59732508b434172bd57a1200b8d99698df18e69 100644 (file)
@@ -1,13 +1,12 @@
 <?php
 namespace wcf\system\request;
-use wcf\util\StringUtil;
-
 use wcf\data\DatabaseObjectDecorator;
 use wcf\system\application\ApplicationHandler;
 use wcf\system\menu\page\PageMenu;
 use wcf\system\request\RouteHandler;
 use wcf\system\Regex;
 use wcf\system\SingletonFactory;
+use wcf\util\StringUtil;
 
 /**
  * Handles relative links within the wcf.