Revert commit 8cf0e853686a5c4f9f082d8e47832277f50ea6c0.

This commit is contained in:
Thomas Tanghus 2012-09-03 02:47:04 +02:00
parent 1edab438d1
commit f2fd228801
1 changed files with 0 additions and 4 deletions

View File

@ -78,10 +78,6 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
}
OC_JSON::success(array('data' => array('reshare' => $reshare, 'shares' => $shares)));
}
if (isset($_GET['itemType']) && isset($_GET['itemSource']) && isset($_GET['getPermissions'])) {
$info = OCP\Share::getItemSharedWithBySource($_GET['itemType'], $_GET['itemSource']);
OC_JSON::success(array('data' => array('info' => $info)));
}
break;
case 'getShareWith':
if (isset($_GET['search'])) {