mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 22:03:27 -04:00
removing unused getSharedItem()
This commit is contained in:
parent
dad91c156f
commit
98da4bf704
1 changed files with 0 additions and 11 deletions
|
|
@ -340,17 +340,6 @@ class Share {
|
|||
$parameters, -1, $includeCollections);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $itemType
|
||||
* @param $itemSource
|
||||
* @param $uid_owner
|
||||
* @return mixed
|
||||
*/
|
||||
public static function getSharedItem($itemType, $itemSource, $uid_owner) {
|
||||
return self::getItems($itemType, $itemSource, null, null, $uid_owner, self::FORMAT_NONE,
|
||||
null, 1, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all users an item is shared with
|
||||
* @param string Item type
|
||||
|
|
|
|||
Loading…
Reference in a new issue