Browse Source

ISLANDORA-214 Fix reference to newspaper content model file.

pull/105/head
Alexander O'Neill 14 years ago
parent
commit
6823d71721
  1. 2
      plugins/islandora_newspaper/islandora_newspaper.module

2
plugins/islandora_newspaper/islandora_newspaper.module

@ -16,7 +16,7 @@ function islandora_newspaper_required_fedora_objects() {
'pid' => 'newspapers:issueCModel',
'dsid' => 'ISLANDORACM',
'cmodel' => 'fedora-system:ContentModel-3.0',
'datastream_file' => "$module_path/islandora_issueCModel_islandoracm.xml",
'datastream_file' => "$module_path/newspapers_issueCModel_islandoracm.xml",
'dsversion' => 2,
),
array(

Loading…
Cancel
Save