Browse Source

Merge 0b40b55981 into 57fd0cd4af

pull/89/merge
GitHub Merge Button 14 years ago
parent
commit
2a19abe4f4
  1. 2
      api/fedora_item.inc

2
api/fedora_item.inc

@ -59,7 +59,7 @@ class Fedora_Item {
self::$connection_helper = new ConnectionHelper();
}
$raw_objprofile = $this->soap_call('getObjectProfile', array('pid' => $this->pid, 'asOfDateTime' => ""));
$raw_objprofile = $this->soap_call('getObjectProfile', array('pid' => $this->pid, 'asOfDateTime' => ""), TRUE);
if (!empty($raw_objprofile)) {
$this->objectProfile = $raw_objprofile->objectProfile;

Loading…
Cancel
Save