Browse Source

Remove a movim_log

pull/183/head
Timothée Jaussoin 10 years ago
parent
commit
0c36fb515b
  1. 2
      app/models/message/Message.php

2
app/models/message/Message.php

@ -98,8 +98,6 @@ class Message extends Model {
$images = (bool)($this->type == 'chat');
\movim_log((string)$stanza->html->body);
if($stanza->html) {
$xhtml = new \SimpleXMLElement('<body xmlns="http://www.w3.org/1999/xhtml">'.escapeAmpersands((string)$stanza->html->body).'</body>');
$xhtml->registerXPathNamespace('xhtml', 'http://www.w3.org/1999/xhtml');

Loading…
Cancel
Save