Issue #2012468 by blueminds, plach: Add trusted roles recommendation to 'access site reports'.

8.0.x
Dries 2014-05-10 10:00:22 -05:00
parent 77f8dc525d
commit 8f7c8644b6
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ function system_permission() {
),
'access site reports' => array(
'title' => t('View site reports'),
'restrict access' => TRUE,
),
);
}