diff --git a/file/lib/system/command/commands/WhisperCommand.class.php b/file/lib/system/command/commands/WhisperCommand.class.php index f635104..8dcddac 100644 --- a/file/lib/system/command/commands/WhisperCommand.class.php +++ b/file/lib/system/command/commands/WhisperCommand.class.php @@ -12,7 +12,7 @@ * @subpackage system.chat.command.commands */ class WhisperCommand extends \chat\system\command\AbstractCommand { - public $enableSmilies = \chat\system\command\ICommand::SMILEY_USER; + public $enableSmilies = self::SETTING_USER; public $user = null, $message = ''; public function __construct(\chat\system\command\CommandHandler $commandHandler) {