From d7b4a0de1e3fb2f8efa0c9c1863461935207ed79 Mon Sep 17 00:00:00 2001 From: qadan Date: Thu, 26 Feb 2015 10:45:39 -0400 Subject: [PATCH] can i get back to work now --- tests/includes/utilities.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/includes/utilities.inc b/tests/includes/utilities.inc index 3d49936c..4eef5255 100644 --- a/tests/includes/utilities.inc +++ b/tests/includes/utilities.inc @@ -334,7 +334,7 @@ QUERY; $return_value = TRUE; foreach ($objects as $object) { $loaded_object = islandora_object_load($object['object']['value']); - $this->repository->api->m->purgeObject($loaded_object->id); + $this->repository->purgeObject($loaded_object->id); if (!islandora_object_load($object['object']['value'])) { $this->addResult(TRUE, "Object {$object['object']['value']} successfully removed from repository."); }