Located in cmis.api.inc:

function cmisapi_getObject($repositoryId, $objectId, $options = array()) {
  return cmis_vendor_invoke('getObjectByPath', $repositoryId, $objectId, $options);
}

shouldnt this be

function cmisapi_getObject($repositoryId, $objectId, $options = array()) {
  return cmis_vendor_invoke('getObject', $repositoryId, $objectId, $options);
}

?

Greetings

Comments

cheval’s picture

Version: 6.x-4.x-dev » 6.x-4.0
IanNorton’s picture

Status: Active » Closed (fixed)

Checked in 7.x branch, already fixed.

Closing 6.x issues as documented in this post