Browse Source

- Another little null fix

pull/16/head
Jaussoin Timothée 13 years ago
parent
commit
a5593c563c
  1. 2
      app/widgets/Syndication/Syndication.php

2
app/widgets/Syndication/Syndication.php

@ -34,7 +34,7 @@ class Syndication extends WidgetBase
$messages = $pd->getPublic($from, $node);
$this->view->assign('messages', $messages);
if(isset($messages)) {
if(isset($messages[0])) {
// Title and logo
// For a Pubsub feed
if(isset($from) && isset($node) && $node != '') {

Loading…
Cancel
Save