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
Comment #1
cheval commentedComment #2
IanNorton commentedChecked in 7.x branch, already fixed.
Closing 6.x issues as documented in this post