From fdb21f3daf97437a96669ed5bf82005ef2ed1d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 11 Mar 2013 17:10:01 +0100 Subject: [PATCH] Fix PlainCommand --- file/lib/system/command/commands/PlainCommand.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/command/commands/PlainCommand.class.php b/file/lib/system/command/commands/PlainCommand.class.php index 4c037c5..f86bdc2 100644 --- a/file/lib/system/command/commands/PlainCommand.class.php +++ b/file/lib/system/command/commands/PlainCommand.class.php @@ -11,7 +11,7 @@ * @subpackage system.chat.command.commands */ class PlainCommand extends \chat\system\command\AbstractCommand { - public $enableSmilies = \chat\system\command\ICommand::SMILEY_USER; + public $enableSmilies = \chat\system\command\ICommand::SETTING_USER; /** * @see \chat\system\command\ICommand::getType()