Fixed use-statement order
authorAlexander Ebert <ebert@woltlab.com>
Sun, 2 Jun 2013 16:54:40 +0000 (18:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 2 Jun 2013 16:54:40 +0000 (18:54 +0200)
wcfsetup/install/files/lib/form/RegisterActivationForm.class.php

index 7b8eb1299df4f59c8abd7d9a3558609ab0943a4b..3bfce6f9cdcc0d900b10325461f2cfbc3fd38592 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 namespace wcf\form;
 use wcf\data\user\group\UserGroup;
-use wcf\data\user\UserAction;
 use wcf\data\user\User;
+use wcf\data\user\UserAction;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\exception\NamedUserException;
 use wcf\system\exception\UserInputException;
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * Shows the user activation form.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf.user
  * @subpackage form