Skip to content
Snippets Groups Projects
Commit 67b2957b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Check for admin user instead of subadmin

parent 637cff68
Branches
No related tags found
No related merge requests found
<?php
OC_JSON::checkSubAdminUser();
OC_JSON::checkAdminUser();
OCP\JSON::callCheck();
$selectedGroups = isset($_POST["selectedGroups"]) ? json_decode($_POST["selectedGroups"]) : array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment