remove unused code from togglesubadmins.php
This commit is contained in:
parent
4490a88492
commit
f503aea099
|
@ -6,10 +6,6 @@ require_once('../../lib/base.php');
|
|||
OC_JSON::checkAdminUser();
|
||||
OCP\JSON::callCheck();
|
||||
|
||||
$success = true;
|
||||
$error = "add user to";
|
||||
$action = "add";
|
||||
|
||||
$username = $_POST["username"];
|
||||
$group = OC_Util::sanitizeHTML($_POST["group"]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue