mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Adds admin check on groupname changes.
This commit is contained in:
parent
63645461f0
commit
16fb48f2eb
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
OCP\JSON::callCheck();
|
||||
OC_JSON::checkLoggedIn();
|
||||
|
||||
OCP\JSON::checkAdminUser();
|
||||
|
||||
$l=OC_L10N::get('core');
|
||||
|
||||
$groupname = $_POST["groupname"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue