Fixed uses
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Mar 2013 20:17:54 +0000 (21:17 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Mar 2013 20:17:54 +0000 (21:17 +0100)
files/lib/page/ConversationPage.class.php

index 27b865d1af1da80462dd13791c927c06a39a65ba..015d7ea559a345ca47fb37ae92be4104c20aebc6 100644 (file)
@@ -1,13 +1,12 @@
 <?php
 namespace wcf\page;
-use wcf\data\modification\log\ConversationLogModificationLogList;
-
 use wcf\data\conversation\label\ConversationLabel;
 use wcf\data\conversation\message\ConversationMessage;
 use wcf\data\conversation\Conversation;
 use wcf\data\conversation\ConversationAction;
 use wcf\data\conversation\ConversationParticipantList;
 use wcf\data\conversation\ViewableConversation;
+use wcf\data\modification\log\ConversationLogModificationLogList;
 use wcf\system\breadcrumb\Breadcrumb;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\exception\PermissionDeniedException;
@@ -20,7 +19,7 @@ use wcf\util\HeaderUtil;
  * Shows a conversation.
  * 
  * @author     Marcel Werk
- * @copyright  2009-2013 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.conversation
  * @subpackage page