From d6353279389c7b62d77f39b9ece4f3c022efae22 Mon Sep 17 00:00:00 2001 From: nhart Date: Mon, 14 Jan 2013 00:42:09 -0400 Subject: [PATCH] update file path for this (pull request?) 90a624621fce1d99c67f96fb236a5d9de40e4fad --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 5d9ae54e..05b55cc8 100644 --- a/islandora.module +++ b/islandora.module @@ -65,7 +65,7 @@ function islandora_menu() { 'description' => 'Configure settings for Islandora.', 'page callback' => 'drupal_get_form', 'page arguments' => array('islandora_repository_admin'), - 'file' => 'admin/islandora.admin.inc', + 'file' => 'includes/admin.form.inc', 'access arguments' => array('administer site configuration'), 'type' => MENU_NORMAL_ITEM, 'weight' => -1,