From b7b4717e493240d4d4b2ec00318d6ba4ceaa9e14 Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Thu, 10 Jul 2014 17:24:14 +0000 Subject: [PATCH] Unused var. --- islandora.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/islandora.module b/islandora.module index a626e131..118f7f78 100644 --- a/islandora.module +++ b/islandora.module @@ -184,7 +184,6 @@ function islandora_menu() { ISLANDORA_INGEST, ), 2), ); - $islandora_path = drupal_get_path('module', 'islandora'); $items['islandora/object/%islandora_object/manage/overview'] = array( 'title' => 'Overview', 'type' => MENU_DEFAULT_LOCAL_TASK, @@ -1922,7 +1921,7 @@ function islandora_ingest_form_pre_submit($form, &$form_state) { module_load_include('inc', 'islandora', 'includes/ingest.form'); } -/* +/* * Implements hook_menu_local_tasks_alter(). */ function islandora_menu_local_tasks_alter(&$data, $router_item, $root_path) {