diff options
author | Sam Tuke <samtuke@owncloud.com> | 2013-01-23 12:52:53 +0000 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2013-01-23 12:52:53 +0000 |
commit | 14d0903a287cd534cb778e0411c1883dcc63a22b (patch) | |
tree | 59cec9fe4c7d0de0ca8703d78f64a9a156f1c726 /lib/ocs/privatedata.php | |
parent | de0ed634f2fb1bb9fbb93f6c0a66882dea42e288 (diff) | |
parent | c986dbe5739347f3fd40fa17132169de9fd9494c (diff) | |
download | nextcloud-server-14d0903a287cd534cb778e0411c1883dcc63a22b.tar.gz nextcloud-server-14d0903a287cd534cb778e0411c1883dcc63a22b.zip |
Merge branch 'master' of github.com:owncloud/core
Diffstat (limited to 'lib/ocs/privatedata.php')
-rw-r--r-- | lib/ocs/privatedata.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ocs/privatedata.php b/lib/ocs/privatedata.php index e01ed5e8b07..311b24269dd 100644 --- a/lib/ocs/privatedata.php +++ b/lib/ocs/privatedata.php @@ -39,7 +39,7 @@ class OC_OCS_Privatedata { return new OC_OCS_Result($xml); //TODO: replace 'privatedata' with 'attribute' once a new libattice has been released that works with it } - + public static function set($parameters) { OC_Util::checkLoggedIn(); $user = OC_User::getUser(); @@ -50,7 +50,7 @@ class OC_OCS_Privatedata { return new OC_OCS_Result(null, 100); } } - + public static function delete($parameters) { OC_Util::checkLoggedIn(); $user = OC_User::getUser(); |