diff options
author | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-05-12 22:32:22 +0800 |
---|---|---|
committer | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-05-12 22:32:22 +0800 |
commit | 935675ab4964e7cabc1de2f31cafbca6548c88b3 (patch) | |
tree | ee353aaa2e5d018c4f4b4abb8d02b5c609f456f6 /lib/ocs/result.php | |
parent | 340940389350747c14acad89ced6ae5f731a6e65 (diff) | |
parent | c5cb3f957761ffbbc615a6806d84ad0a9d0cec13 (diff) | |
download | nextcloud-server-935675ab4964e7cabc1de2f31cafbca6548c88b3.tar.gz nextcloud-server-935675ab4964e7cabc1de2f31cafbca6548c88b3.zip |
Merge remote-tracking branch 'upstream/master' into pr-langcode
Diffstat (limited to 'lib/ocs/result.php')
-rw-r--r-- | lib/ocs/result.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocs/result.php b/lib/ocs/result.php index 8ab378d79c5..729c39056d9 100644 --- a/lib/ocs/result.php +++ b/lib/ocs/result.php @@ -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 |