From fe28dd3c08231535add947886f3d27343e873af7 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 21 Aug 2016 17:00:17 +0200 Subject: [PATCH] Fix import order --- .../install/files/lib/acp/page/ExceptionLogViewPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php b/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php index bff620d285..8e65fd844c 100644 --- a/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php @@ -7,8 +7,8 @@ use wcf\system\exception\IllegalLinkException; use wcf\system\Regex; use wcf\system\WCF; use wcf\util\DirectoryUtil; -use wcf\util\StringUtil; use wcf\util\JSON; +use wcf\util\StringUtil; /** * Shows the exception log. -- 2.20.1