diff options
author | David Rothstein <drothstein@gmail.com> | 2014-07-24 16:22:00 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-07-24 16:22:00 -0400 |
commit | eb49a5dcdc034bae5d049a40c03531509e1c509a (patch) | |
tree | 349bc2b7901b5aba40c6fd530954224ab60e3e93 /modules/system | |
parent | 3310afeb856564d2bc0c03512566bff60029d7be (diff) | |
download | brdo-eb49a5dcdc034bae5d049a40c03531509e1c509a.tar.gz brdo-eb49a5dcdc034bae5d049a40c03531509e1c509a.tar.bz2 |
Issue #2012468 by joshi.rohit100, blueminds, David_Rothstein, plach | catch: Add trusted roles recommendation to 'access site reports'.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index d4f3bc47a..18d8a8870 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -242,6 +242,7 @@ function system_permission() { ), 'access site reports' => array( 'title' => t('View site reports'), + 'restrict access' => TRUE, ), 'block IP addresses' => array( 'title' => t('Block IP addresses'), |