From: Alexander Ebert Date: Fri, 28 Jun 2013 14:30:35 +0000 (+0200) Subject: Fixed use-statement order X-Git-Tag: 2.0.0_Beta_5~118^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d071bbe638530dec0cde3789b313fb0e05908c29;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- diff --git a/wcfsetup/install/files/lib/form/MessageForm.class.php b/wcfsetup/install/files/lib/form/MessageForm.class.php index a212a6a568..1dfc4dcbd5 100644 --- a/wcfsetup/install/files/lib/form/MessageForm.class.php +++ b/wcfsetup/install/files/lib/form/MessageForm.class.php @@ -2,8 +2,8 @@ namespace wcf\form; use wcf\data\smiley\SmileyCache; use wcf\system\attachment\AttachmentHandler; -use wcf\system\bbcode\BBCodeParser; use wcf\system\bbcode\BBCodeHandler; +use wcf\system\bbcode\BBCodeParser; use wcf\system\bbcode\PreParser; use wcf\system\exception\UserInputException; use wcf\system\language\LanguageFactory;