diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 52d5c85cc..96ac8c4a0 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -18,7 +18,7 @@ function system_main_admin_page($arg = NULL) { } // Check for status report errors. - if (system_status(TRUE)) { + if (system_status(TRUE) && user_access('access site reports')) { drupal_set_message(t('One or more problems were detected with your Drupal installation. Check the <a href="@status">status report</a> for more information.', array('@status' => url('admin/reports/status'))), 'error'); } $blocks = array(); |