From 8f7c8644b6975573feae65102ade9dd9cb8f13db Mon Sep 17 00:00:00 2001 From: Dries Date: Sat, 10 May 2014 10:00:22 -0500 Subject: [PATCH] Issue #2012468 by blueminds, plach: Add trusted roles recommendation to 'access site reports'. --- core/modules/system/system.module | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 15a10112b2b..8feb47b0a6f 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -251,6 +251,7 @@ function system_permission() { ), 'access site reports' => array( 'title' => t('View site reports'), + 'restrict access' => TRUE, ), ); }