Fixed use order
authorAlexander Ebert <ebert@woltlab.com>
Sat, 19 Jan 2013 16:57:57 +0000 (17:57 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 19 Jan 2013 16:57:57 +0000 (17:57 +0100)
wcfsetup/install/files/lib/data/category/CategoryAction.class.php

index 7b3998f76034cc4db85d415f9879c43ba62ea969..43b226dc8b53a34ef3f9197822a5bf5b11eb2028 100644 (file)
@@ -2,8 +2,8 @@
 namespace wcf\data\category;
 use wcf\data\AbstractDatabaseObjectAction;
 use wcf\data\ISortableAction;
-use wcf\data\IToggleContainerAction;
 use wcf\data\IToggleAction;
+use wcf\data\IToggleContainerAction;
 use wcf\system\category\CategoryHandler;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\exception\SystemException;
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * Executes category-related actions.
  * 
  * @author     Matthias Schmidt
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.category