From 9f0c3b496b0b58c8ef21810ac7ecc690e350d884 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 13 Mar 2017 10:29:26 +0100 Subject: 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. --- view/tpl/jot.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') 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 @@ -{{if $showacl}}{{$acl}}{{/if}} +{{$acl}} {{if $feature_expire}} -- cgit v1.2.3