diff options
author | Mario <mario@mariovavti.com> | 2017-11-25 10:44:47 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-25 10:44:47 +0100 |
commit | 4b2bd871b765e0287f329ad398a15f20cb6a6425 (patch) | |
tree | ce5d3bbf1c23b8c4f2274788121d6f3e82c02258 /view | |
parent | 2108173e74c12ce590c87e673d3455f7a9b18de8 (diff) | |
download | volse-hubzilla-4b2bd871b765e0287f329ad398a15f20cb6a6425.tar.gz volse-hubzilla-4b2bd871b765e0287f329ad398a15f20cb6a6425.tar.bz2 volse-hubzilla-4b2bd871b765e0287f329ad398a15f20cb6a6425.zip |
implement pubstream items in mod hq
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 8ab9a79a0..eeb2011cd 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -36,7 +36,7 @@ {{/if}} {{if $module == 'hq'}} - if(b64mid !== 'undefined' && path !== 'pubstre') { + if(b64mid !== 'undefined') { {{else}} if(path === 'display' && b64mid) { {{/if}} |