Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
PHPCMIS 0.1, PHPCMIS 0.2
-
Ubuntu 12.10 x64, Apache Server 2.2.22, PHP 5.4
Description
On line 852 of cmis_repository_wrapper.php, there is an invocation to
extractObjectEntry()
, which is not implemented in the class, nor its parent, which is causing a fatal error in PHP.
It should be changed to
CMISRepositoryWrapper::extractObjectFeed($ret->body)