Skip to content

Commit 33030a3

Browse files
authored
Merge pull request #272 from qadan/7.x-1.9
This is part of the coordinated efforts of the Islandora Security Response Team. ISLANDORA-2017-01
2 parents c417af1 + 2c0c318 commit 33030a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

islandora_scholar.module

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function islandora_scholar_menu() {
1616
'type' => MENU_NORMAL_ITEM,
1717
'page callback' => 'drupal_get_form',
1818
'page arguments' => array('islandora_scholar_admin_form'),
19-
'access arguments' => array('access administration pages'),
19+
'access arguments' => array('administer site configuration'),
2020
'file' => 'includes/admin.form.inc',
2121
),
2222
'admin/islandora/solution_pack_config/scholar/base' => array(
@@ -28,7 +28,7 @@ function islandora_scholar_menu() {
2828
'type' => MENU_LOCAL_TASK,
2929
'page callback' => 'drupal_get_form',
3030
'page arguments' => array('islandora_scholar_admin_pdf_form'),
31-
'access arguments' => array('access administration pages'),
31+
'access arguments' => array('administer site configuration'),
3232
'file' => 'includes/admin.form.inc',
3333
),
3434
'islandora/object/%islandora_object/islandora_scholar_romeo' => array(

0 commit comments

Comments
 (0)