diff --git a/builder/xml_form_builder.module b/builder/xml_form_builder.module index a9bffb06..a5182900 100644 --- a/builder/xml_form_builder.module +++ b/builder/xml_form_builder.module @@ -531,9 +531,8 @@ function xml_form_builder_islandora_edit_datastream_registry(AbstractObject $obj if (count($associations) > 0) { return array( array( - 'Name' => t('Islandora Content Model Forms'), + 'name' => t('Islandora Content Model Forms'), 'url' => "islandora/edit_form/{$object->id}/{$datastream->id}", - 'weight' => 5, ), ); }