Skip to content

Commit

Permalink
Fix message sending when no smilies exist
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Mar 11, 2014
1 parent 3997f67 commit b459d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file/lib/data/message/MessageAction.class.php
Expand Up @@ -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;

Expand Down

0 comments on commit b459d35

Please sign in to comment.