Browse Source

update file path for this (pull request?) 90a624621f

pull/237/head
nhart 12 years ago
parent
commit
d635327938
  1. 2
      islandora.module

2
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,

Loading…
Cancel
Save