From 703354258083a2cb5515ad2fc1cb61d900a2c6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 24 Mar 2012 22:39:26 +0100 Subject: [PATCH] Some files slipped through sed. --- file/lib/system/chat/command/ICommand.class.php | 4 ++-- file/lib/system/chat/command/IRestrictedCommand.class.php | 4 ++-- file/lib/system/chat/command/NotFoundException.class.php | 4 ++-- file/lib/system/chat/command/UserNotFoundException.class.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/file/lib/system/chat/command/ICommand.class.php b/file/lib/system/chat/command/ICommand.class.php index 72e0ae4..f4ba13d 100644 --- a/file/lib/system/chat/command/ICommand.class.php +++ b/file/lib/system/chat/command/ICommand.class.php @@ -1,5 +1,5 @@ * @package timwolla.wcf.chat - * @subpackage system.chat.commands + * @subpackage system.chat.command */ interface ICommand { const SMILEY_OFF = 0; diff --git a/file/lib/system/chat/command/IRestrictedCommand.class.php b/file/lib/system/chat/command/IRestrictedCommand.class.php index 93db304..86730f7 100644 --- a/file/lib/system/chat/command/IRestrictedCommand.class.php +++ b/file/lib/system/chat/command/IRestrictedCommand.class.php @@ -1,5 +1,5 @@ * @package timwolla.wcf.chat - * @subpackage system.chat.commands + * @subpackage system.chat.command */ interface IRestrictedCommand { function checkPermission(); diff --git a/file/lib/system/chat/command/NotFoundException.class.php b/file/lib/system/chat/command/NotFoundException.class.php index fe786ec..cb6b776 100644 --- a/file/lib/system/chat/command/NotFoundException.class.php +++ b/file/lib/system/chat/command/NotFoundException.class.php @@ -1,5 +1,5 @@ * @package timwolla.wcf.chat - * @subpackage system.chat.commands + * @subpackage system.chat.command */ class NotFoundException extends \Exception { } \ No newline at end of file diff --git a/file/lib/system/chat/command/UserNotFoundException.class.php b/file/lib/system/chat/command/UserNotFoundException.class.php index 2c6f14f..18e2a39 100644 --- a/file/lib/system/chat/command/UserNotFoundException.class.php +++ b/file/lib/system/chat/command/UserNotFoundException.class.php @@ -1,5 +1,5 @@ * @package timwolla.wcf.chat - * @subpackage system.chat.commands + * @subpackage system.chat.command */ class UserNotFoundException extends \Exception { private $username = '';