diff --git a/islandora_dcterms/include/fields.inc b/islandora_dcterms/include/fields.inc index 78212a43..7e73d8d9 100644 --- a/islandora_dcterms/include/fields.inc +++ b/islandora_dcterms/include/fields.inc @@ -12,6 +12,7 @@ * The name of the bundle to give the fields. */ function islandora_dcterms_attach_fields_to_bundle($bundle_name) { + $t = get_t(); if (field_info_field(ISLANDORA_DCTERMS_CONTRIBUTOR_FIELD)) { diff --git a/islandora_dcterms/islandora_dcterms.module b/islandora_dcterms/islandora_dcterms.module index bebe4394..ea0bda3f 100644 --- a/islandora_dcterms/islandora_dcterms.module +++ b/islandora_dcterms/islandora_dcterms.module @@ -2,7 +2,7 @@ /** * @file - * Collection of fields and utility functions for working with DC Metadata. + * Collection of fields and utility functions for working with DC Metadata. */ define('ISLANDORA_DCTERMS_CONTRIBUTOR_FIELD', 'field_dcterms_contributor');