no need to check if the user is logged in
This commit is contained in:
parent
47da2ef8db
commit
0cec17ba87
|
@ -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']));
|
||||
|
|
Loading…
Reference in New Issue