diff --git a/LICENSE b/LICENSE index 83dcefb..dec144b 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2022-08-16 +Change Date: 2022-10-23 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/lib/system/command/AbstractCommand.class.php b/files/lib/system/command/AbstractCommand.class.php index 32bb2b1..b8b74eb 100644 --- a/files/lib/system/command/AbstractCommand.class.php +++ b/files/lib/system/command/AbstractCommand.class.php @@ -5,7 +5,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2022-08-16 + * Change Date: 2022-10-23 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 @@ -17,6 +17,7 @@ use \chat\data\room\Room; use \wcf\data\object\type\ObjectTypeCache; use \wcf\data\user\UserProfile; +use \wcf\system\exception\UserInputException; /** * Default implemention for command processors.