summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-10-03 00:06:12 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-11-07 10:19:19 +0100
commit16f379b9741a2ce9ca0ac3ea0f71a8fc98ce0890 (patch)
treea0bdae74aa8296545f4cd26960cdd14796f03423 /apps/files_sharing/lib
parentc26d847d19c967aa5bc99f9bc15c27c7e95ee55f (diff)
downloadnextcloud-server-16f379b9741a2ce9ca0ac3ea0f71a8fc98ce0890.tar.gz
nextcloud-server-16f379b9741a2ce9ca0ac3ea0f71a8fc98ce0890.zip
Hides the header actions for file drops
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r--apps/files_sharing/lib/Controller/ShareController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php
index 9a8e1298f93..89e619c844f 100644
--- a/apps/files_sharing/lib/Controller/ShareController.php
+++ b/apps/files_sharing/lib/Controller/ShareController.php
@@ -61,7 +61,6 @@ use OCA\Files_Sharing\Activity\Providers\Downloads;
use OCP\Files\NotFoundException;
use OCP\Files\IRootFolder;
use OCP\Share\Exceptions\ShareNotFound;
-use OCP\Util;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
use OCP\Share\IManager as ShareManager;