aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-18 13:26:42 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-18 13:26:42 +0200
commite20bb71a4241227811b2498262bc455006c6c5e1 (patch)
tree6cedd56c290f358849fb5d135364892b8ec8ab10 /apps/files_trashbin/lib
parent8052d2901dfcfba8e6fb2d37e19275536324ee43 (diff)
downloadnextcloud-server-e20bb71a4241227811b2498262bc455006c6c5e1.tar.gz
nextcloud-server-e20bb71a4241227811b2498262bc455006c6c5e1.zip
remove unused code
Diffstat (limited to 'apps/files_trashbin/lib')
-rw-r--r--apps/files_trashbin/lib/trashbin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php
index 1838c48d95d..a19c4ffb54a 100644
--- a/apps/files_trashbin/lib/trashbin.php
+++ b/apps/files_trashbin/lib/trashbin.php
@@ -510,7 +510,7 @@ class Trashbin {
$sharingEnabled = \OCP\Share::isEnabled();
// get users sharing this file
- $usersSharing = $util->getSharingUsersArray($sharingEnabled, $target, $user);
+ $usersSharing = $util->getSharingUsersArray($sharingEnabled, $target);
// Attempt to set shareKey
$util->setSharedFileKeyfiles($session, $usersSharing, $target);