Browse Source

changed from islandora:top to islandora:root

pull/24/head
Ben Woodhead 13 years ago
parent
commit
daab5f01b0
  1. 2
      formClass.inc

2
formClass.inc

@ -218,7 +218,7 @@ class formClass {
$form['fedora_repository_pid'] = array(
'#type' => 'textfield',
'#title' => t('Default collection PID'),
'#default_value' => variable_get('fedora_repository_pid', 'islandora:top'),
'#default_value' => variable_get('fedora_repository_pid', 'islandora:root'),
'#description' => t('The PID of the collection object to grab the list of items from'),
'#required' => TRUE,
'#weight' => -2

Loading…
Cancel
Save