[Pkg-owncloud-commits] [owncloud] 27/66: no need to check if the user is logged in

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 22:49:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v5.0.15
in repository owncloud.

commit 9a28f2ded72fa95446e5aaa61d48d2e192e23d16
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Thu Oct 31 10:14:06 2013 +0100

    no need to check if the user is logged in
---
 lib/ocs/privatedata.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/ocs/privatedata.php b/lib/ocs/privatedata.php
index 4b16268..0ef38f8 100644
--- a/lib/ocs/privatedata.php
+++ b/lib/ocs/privatedata.php
@@ -63,7 +63,6 @@ class OC_OCS_Privatedata {
 	* @param array $parameters The OCS parameter
 	*/
 	public static function set($parameters) {
-		OC_Util::checkLoggedIn();
 		$user = OC_User::getUser();
 		$app = addslashes(strip_tags($parameters['app']));
 		$key = addslashes(strip_tags($parameters['key']));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list