Skip to content
Snippets Groups Projects
Commit 0cec17ba authored by Thomas Müller's avatar Thomas Müller
Browse files

no need to check if the user is logged in

parent 47da2ef8
No related branches found
No related tags found
No related merge requests found
......@@ -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']));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment