Browse Source

Changed islandora config to islandora configuration

pull/53/head
Ben Woodhead 13 years ago
parent
commit
701f22d038
  1. 2
      core/formClass.inc

2
core/formClass.inc

@ -25,7 +25,7 @@ class formClass {
$items = array(); $items = array();
$items['admin/settings/fedora_repository'] = array( $items['admin/settings/fedora_repository'] = array(
'title' => t('Islandora Configure'), 'title' => t('Islandora Configuration'),
'description' => t('Enter the Islandora Collection information here'), 'description' => t('Enter the Islandora Collection information here'),
'page callback' => 'drupal_get_form', 'page callback' => 'drupal_get_form',
'page arguments' => array('fedora_repository_admin'), 'page arguments' => array('fedora_repository_admin'),

Loading…
Cancel
Save