Browse Source

- Little fix for retrocompatibility

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
88393f82b2
  1. 2
      app/widgets/WidgetCommon/WidgetCommon.php

2
app/widgets/WidgetCommon/WidgetCommon.php

@ -130,6 +130,8 @@ class WidgetCommon extends WidgetBase {
$author = $this->prepareAuthor($post);
$content = $post->contentcleaned;
if(!isset($content))
$content = $post->content;
if($post->node == 'urn:xmpp:microblog:0')
$comments = $this->printComments($post, $comments, $public);

Loading…
Cancel
Save