From 8c0fa7f49ea24606e1887b76e89c2bfd155b1776 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 21 Oct 2016 22:46:25 +0200 Subject: [PATCH] client/posts: fix post mgmt privilege checking --- client/html/post_edit_sidebar.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/html/post_edit_sidebar.tpl b/client/html/post_edit_sidebar.tpl index b8f176b..9b08891 100644 --- a/client/html/post_edit_sidebar.tpl +++ b/client/html/post_edit_sidebar.tpl @@ -84,7 +84,7 @@ <% } %> - <% if (ctx.canFeaturePosts) { %> + <% if (ctx.canFeaturePosts || ctx.canDeletePosts) { %>