summaryrefslogtreecommitdiff
path: root/httemplate/browse/msg_template.html
diff options
context:
space:
mode:
authorivan <ivan>2010-07-22 16:43:38 +0000
committerivan <ivan>2010-07-22 16:43:38 +0000
commitcc772fa72bdc61a493fc9c1288b65237700baecc (patch)
treed8cbd276f5b9ae9d1f307573758854954243492d /httemplate/browse/msg_template.html
parent64808a397a0a0935069d65c48aba9afaeb4fafd2 (diff)
allow Configuration ACL to edit templates, RT#8324
Diffstat (limited to 'httemplate/browse/msg_template.html')
-rw-r--r--httemplate/browse/msg_template.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/browse/msg_template.html b/httemplate/browse/msg_template.html
index 331906ccf..0cd33c797 100644
--- a/httemplate/browse/msg_template.html
+++ b/httemplate/browse/msg_template.html
@@ -20,7 +20,8 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Edit templates')
- || $FS::CurrentUser::CurrentUser->access_right('Edit global templates');
+ || $FS::CurrentUser::CurrentUser->access_right('Edit global templates')
+ || $FS::CurrentUser::CurrentUser->access_right('Configuration');
my $link = [ "${p}edit/msg_template.html?", 'msgnum' ];