Browse Source

- Add the toolbox for more posts cases

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
bff13c3254
  1. 3
      app/widgets/WidgetCommon/WidgetCommon.php

3
app/widgets/WidgetCommon/WidgetCommon.php

@ -138,7 +138,8 @@ class WidgetCommon extends WidgetBase {
else
$comments = '';
if($this->user->getLogin() == $post->aid)
if($this->user->getLogin() == $post->aid
|| ($this->user->getLogin() == $post->jid && $post->node == 'urn:xmpp:microblog:0') )
$toolbox = $this->getToolbox($post);
$view = $this->loadTemplate();

Loading…
Cancel
Save