diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-13 10:29:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-13 10:30:41 +0100 |
commit | 9f0c3b496b0b58c8ef21810ac7ecc690e350d884 (patch) | |
tree | 9d6dd35f2bf4be3f146829ef8128eabe3acef750 /view/tpl/jot.tpl | |
parent | b8ad22f525bf1df458e00eef43be2259a04a51f0 (diff) | |
download | volse-hubzilla-9f0c3b496b0b58c8ef21810ac7ecc690e350d884.tar.gz volse-hubzilla-9f0c3b496b0b58c8ef21810ac7ecc690e350d884.tar.bz2 volse-hubzilla-9f0c3b496b0b58c8ef21810ac7ecc690e350d884.zip |
we need to have this even if we are not the owner. otherwise we loose the acl if e.g. not-owner edits a webpage. should probably find a better solution for this though.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 377eef453..991873daa 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -217,7 +217,7 @@ <div id="jot-preview-content" style="display:none;"></div> -{{if $showacl}}{{$acl}}{{/if}} +{{$acl}} {{if $feature_expire}} <!-- Modal for item expiry--> |