summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e2d73b360..59dc8a14a 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -284,6 +284,7 @@ function system_menu() {
'description' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.',
'page callback' => 'drupal_get_form',
'page arguments' => array('system_rss_feeds_settings'),
+ 'access arguments' => array('administer site configuration'),
);
$items['admin/settings/date-time'] = array(
'title' => 'Date and time',