Browse Source

Merge pull request #89 from jonathangreen/6.x

Added the quiet=true flag to fedora_item.inc
pull/90/merge
Jonathan Green 13 years ago
parent
commit
c5e2b016cf
  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