From 5a77c93b38c670647dfe2b57c8144e2bfa4d6796 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Thu, 29 Aug 2013 00:38:12 -0300 Subject: [PATCH] changed menu type --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 9df17892..a81de4ec 100644 --- a/islandora.module +++ b/islandora.module @@ -333,7 +333,7 @@ function islandora_menu() { 'file' => 'includes/manage_deleted_objects.inc', 'page callback' => 'drupal_get_form', 'page arguments' => array('islandora_deleted_objects_manage_form'), - 'type' => MENU_NORMAL_ITEM, + 'type' => MENU_SUGGESTED_ITEM, 'access arguments' => array(ISLANDORA_MANAGE_DELETED_OBJECTS), );