diff options
author | Mario <mario@mariovavti.com> | 2020-08-03 19:51:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-08-03 19:51:03 +0000 |
commit | c56b140387aaf4247d7af56677d1cc18be3a6da9 (patch) | |
tree | 13e123fb4897787077838c64458a52c7fb8a5b8c /view/tpl | |
parent | 3e7d3a20af328217baf2caa46dff6780a6ebf62c (diff) | |
download | volse-hubzilla-c56b140387aaf4247d7af56677d1cc18be3a6da9.tar.gz volse-hubzilla-c56b140387aaf4247d7af56677d1cc18be3a6da9.tar.bz2 volse-hubzilla-c56b140387aaf4247d7af56677d1cc18be3a6da9.zip |
Ãthis should not be required anymore
Diffstat (limited to 'view/tpl')
-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}} |