Browse Source

can i get back to work now

pull/585/head
qadan 10 years ago
parent
commit
d7b4a0de1e
  1. 2
      tests/includes/utilities.inc

2
tests/includes/utilities.inc

@ -334,7 +334,7 @@ QUERY;
$return_value = TRUE; $return_value = TRUE;
foreach ($objects as $object) { foreach ($objects as $object) {
$loaded_object = islandora_object_load($object['object']['value']); $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'])) { if (!islandora_object_load($object['object']['value'])) {
$this->addResult(TRUE, "Object {$object['object']['value']} successfully removed from repository."); $this->addResult(TRUE, "Object {$object['object']['value']} successfully removed from repository.");
} }

Loading…
Cancel
Save