summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r--modules/locale/locale.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 91038969f..6b1e3a62c 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -76,7 +76,8 @@ function locale_menu() {
'position' => 'left',
'weight' => -7,
'page callback' => 'system_admin_menu_block_page',
- 'access arguments' => array('access administration pages'),
+ 'access callback' => 'system_admin_menu_block_access',
+ 'access arguments' => array('admin/international', 'access administration pages'),
);
$items['admin/international/language'] = array(
'title' => 'Languages',