From 75873d3ec14d10b0b5360ab678e92d952e8051d7 Mon Sep 17 00:00:00 2001 From: jonathangreen Date: Thu, 31 May 2012 11:20:52 -0300 Subject: [PATCH] Updated ingest function. --- includes/islandora.ingest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/islandora.ingest.inc b/includes/islandora.ingest.inc index 7878c9d5..b4c44720 100644 --- a/includes/islandora.ingest.inc +++ b/includes/islandora.ingest.inc @@ -21,7 +21,7 @@ function islandora_ingest_get_object($content_models, $collection_pid, $relation } function islandora_ingest_add_object(&$object) { - //$object->repository->ingestObject($object); + $object->repository->ingestObject($object); module_invoke_all('islandora_ingest_post_ingest', $object); return $object; } \ No newline at end of file