summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/trashbin.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-06-19 01:17:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-06-19 01:17:36 +0200
commit1973fdb11d9934f19928a10e0f6d11b5dc87ed25 (patch)
tree754cb8f099e1dd1957a3b1b5ac45524807052c00 /apps/files_trashbin/lib/trashbin.php
parentedbc6b5db12fe16b6ea7dfb10d116aa9da4e2244 (diff)
parente20bb71a4241227811b2498262bc455006c6c5e1 (diff)
downloadnextcloud-server-1973fdb11d9934f19928a10e0f6d11b5dc87ed25.tar.gz
nextcloud-server-1973fdb11d9934f19928a10e0f6d11b5dc87ed25.zip
Merge pull request #9093 from owncloud/remove_unused_code
remove unused code
Diffstat (limited to 'apps/files_trashbin/lib/trashbin.php')
-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 d7c07274970..522f7d4b7e3 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);