diff options
author | nobody <nobody@zotlabs.com> | 2020-08-04 16:26:44 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2020-08-04 16:26:44 -0700 |
commit | 9244ee8094388db1fcf041a793eda4b9c7b969be (patch) | |
tree | 3fcb376bba658d1014ee1bce09c8520435920e83 | |
parent | 0b7ca61958be5c1bf33102e6fba6995979f8a873 (diff) | |
parent | c56b140387aaf4247d7af56677d1cc18be3a6da9 (diff) | |
download | volse-hubzilla-9244ee8094388db1fcf041a793eda4b9c7b969be.tar.gz volse-hubzilla-9244ee8094388db1fcf041a793eda4b9c7b969be.tar.bz2 volse-hubzilla-9244ee8094388db1fcf041a793eda4b9c7b969be.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-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 d8cc76ccb..abfc922f2 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -61,7 +61,7 @@ {{/if}} {{if $module == 'hq'}} - if(b64mid !== 'undefined') { + if(b64mid) { {{else}} if(path === 'display' && b64mid) { {{/if}} |