remove unused code from togglesubadmins.php

This commit is contained in:
Georg Ehrke 2012-07-18 15:28:12 +02:00
parent 4490a88492
commit f503aea099
1 changed files with 0 additions and 4 deletions

View File

@ -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"]);