Browse Source

ISLANDORA-757 setting ownerId to null if obj doesn't exist in Fedora.

pull/174/head
William Panting 12 years ago
parent
commit
5673e7860e
  1. 1
      api/fedora_item.inc

1
api/fedora_item.inc

@ -84,6 +84,7 @@ class Fedora_Item {
else {
$this->objectProfile = '';
$this->datastreams = array();
$this->ownerId = NULL;
}
Fedora_Item::$instantiated_pids[$pid] = &$this;
}

Loading…
Cancel
Save