Closed (fixed)
Project:
CMIS API
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 22:14 UTC
Updated:
18 Mar 2010 at 09:09 UTC
There is a Typo in cmis.api.inc and cmis_sync.cmis.inc files
repositoryId has been mistyped as respositoryId
./cmis.api.inc:97: return cmis_vendor_invoke('getProperties', $respositoryId, $objectId, $options);
./cmis.api.inc:101: return cmis_vendor_invoke('getProperties', $respositoryId, $objectId, $options);
./cmis.api.inc:105: return cmis_vendor_invoke('getContentStream', $respositoryId, $objectId, $options);
./cmis_sync/cmis_sync.cmis.inc:87: $cmis_updates = cmisapi_query($repository->respositoryId, $cmis_query);
Comments
Comment #1
cbalan commentedFixed in http://drupal.org/cvs?commit=343010
Thank you,
Catalin Balan