summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2011-12-09 01:02:03 +0000
committerivan <ivan>2011-12-09 01:02:03 +0000
commitc38702f0a0e02e7ed45c8cb8dad86cd1a1ee4882 (patch)
treea6f4af7184639cb2ae8c7ea4fa6b7b433c080355 /httemplate/search
parentdbfa77932f2c2652a047745c3923c947d4a2722a (diff)
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/cust_msg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_msg.html b/httemplate/search/cust_msg.html
index 64fae30bd..f71a86607 100644
--- a/httemplate/search/cust_msg.html
+++ b/httemplate/search/cust_msg.html
@@ -41,7 +41,7 @@
<%init>
#hmm...
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('View customers of all agents');
+ unless $FS::CurrentUser::CurrentUser->access_right('View email logs');
my $conf = new FS::Conf;