From daab5f01b01b3d382120b6274a5d8a3a718ddfce Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 14 Sep 2011 16:06:28 -0300 Subject: [PATCH] changed from islandora:top to islandora:root --- formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formClass.inc b/formClass.inc index af8dc920..e56bf252 100644 --- a/formClass.inc +++ b/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