summaryrefslogtreecommitdiff
path: root/modules/menu/menu.module
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-02 23:49:26 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-02 23:49:26 -0500
commit2e235b51529b76c93930d1d2c84170d7d3064ba6 (patch)
tree49a0f236dbf789f23c4a6744d802ee07f588975d /modules/menu/menu.module
parent355446db94f4ad4e0a75f22e00d12f524a2807d4 (diff)
downloadbrdo-2e235b51529b76c93930d1d2c84170d7d3064ba6.tar.gz
brdo-2e235b51529b76c93930d1d2c84170d7d3064ba6.tar.bz2
Issue #849624 by brad.bulger, dcam, Alan Evans, oriol_e9g, Stevel | tsvenson: Fixed wrong permission for admin/structure/menu/parents.
Diffstat (limited to 'modules/menu/menu.module')
-rw-r--r--modules/menu/menu.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index 644479122..dc8f015dc 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -69,7 +69,7 @@ function menu_menu() {
'title' => 'Parent menu items',
'page callback' => 'menu_parent_options_js',
'type' => MENU_CALLBACK,
- 'access arguments' => array(TRUE),
+ 'access arguments' => array('administer menu'),
);
$items['admin/structure/menu/list'] = array(
'title' => 'List menus',