From f299fb7486d662d3957bef1ddd9f63e3f00efc1d Mon Sep 17 00:00:00 2001 From: Brandon Weigel Date: Wed, 7 Mar 2018 14:02:19 +0000 Subject: [PATCH] Remove quotes from access arguments --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index dee7ce79..b5959db6 100644 --- a/islandora.module +++ b/islandora.module @@ -403,7 +403,7 @@ function islandora_menu() { 'description' => 'List of orphaned Islandora objects.', 'page callback' => 'drupal_get_form', 'page arguments' => array('islandora_manage_orphaned_objects_form'), - 'access arguments' => array('ISLANDORA_MANAGE_ORPHANED_OBJECTS'), + 'access arguments' => array(ISLANDORA_MANAGE_ORPHANED_OBJECTS), 'file' => 'includes/orphaned_objects.inc', ); $items['admin/islandora/restore/manage'] = array(