From f2fd22880117cecc30d0df1d4d0f18214286133d Mon Sep 17 00:00:00 2001 From: Thomas Tanghus <thomas@tanghus.net> Date: Mon, 3 Sep 2012 02:47:04 +0200 Subject: [PATCH] Revert commit 8cf0e853686a5c4f9f082d8e47832277f50ea6c0. --- core/ajax/share.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/ajax/share.php b/core/ajax/share.php index 0629a1697f..3ace97d4d0 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -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'])) { -- GitLab