1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Merge branch 'master' of github.com:wbbaddons/Tims-Chat

This commit is contained in:
Tim Düsterhus 2014-03-12 23:47:24 +01:00
commit 76e2893be6

View File

@ -61,7 +61,7 @@ public function validateSend() {
// read parameters
$this->readString('text');
$this->readBoolean('enableSmilies');
$this->readBoolean('enableSmilies', true);
$this->parameters['text'] = MessageUtil::stripCrap($this->parameters['text']);
$this->parameters['enableHTML'] = false;