Merge pull request #3120 from owncloud/ocs_properties

Allow subclassing of OC_OCS_Result class by changing properties from 'private' to 'protected'
This commit is contained in:
Bart Visscher 2013-05-05 23:20:25 -07:00
commit 51a1f829b8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
class OC_OCS_Result{
private $data, $message, $statusCode, $items, $perPage;
protected $data, $message, $statusCode, $items, $perPage;
/**
* create the OCS_Result object