From d36496d1f2d157b692e0c9151869e44d6c074f8a Mon Sep 17 00:00:00 2001 From: MorganDawe Date: Thu, 20 Oct 2016 16:29:07 -0300 Subject: [PATCH] Updated index key --- includes/ingest.form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ingest.form.inc b/includes/ingest.form.inc index d804f1b4..e757ea83 100644 --- a/includes/ingest.form.inc +++ b/includes/ingest.form.inc @@ -500,7 +500,7 @@ function islandora_ingest_form_add_step_context(array &$form, array $form_state) $policy = new CollectionPolicy($form_state['islandora']['shared_storage']['collection']['COLLECTION_POLICY']->content); $policy_content_models = $policy->getContentModels(); $label = isset($policy_content_models[$value]) ? $policy_content_models[$value]['name'] : $fedora_cmodel->label; - $form["context_info_$key"] = array( + $form["ci_$key"] = array( '#markup' => "

$label


", '#weight' => -1000, );