diff --git a/content_modeller/islandora_content_modeller.module b/content_modeller/islandora_content_modeller.module index 4c1a4b6a..beba3e54 100644 --- a/content_modeller/islandora_content_modeller.module +++ b/content_modeller/islandora_content_modeller.module @@ -3863,7 +3863,7 @@ function icm_collection_new_submit($form,&$form_state) $item = Fedora_Item::ingest_new_item($form_state['storage']['values'][1]['form']['pid'],'A',$form_state['storage']['values'][1]['form']['name']); $item->add_relationship('fedora-model:hasModel','info:fedora/'.variable_get('fedora_collection_model_pid','islandora:collectionCModel') ,FEDORA_MODEL_URI); $item->add_relationship($parent_cp->getRelationship(),$parent_cp->pid,RELS_EXT_URI); - + $item->add_datastream_from_file(drupal_get_path('module', 'fedora_repository').'/images/Crystal_Clear_filesystem_folder_lin.png', 'TN', 'Thumbnail'); switch ($form_state['storage']['values'][1]['form']['initialize']) { case 'blank':