From 7f3051e5bf2cab6e98dc566ac290a75781c7401d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 16 Feb 2021 11:36:29 +0100 Subject: Drop \OCP\Util::isIe Signed-off-by: Christoph Wurst --- apps/files_sharing/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing') diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php index 3a9bd028cbc..ab40444022d 100644 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.php @@ -36,7 +36,7 @@ $legacyEventDispatcher = \OC::$server->getEventDispatcher(); $eventDispatcher = \OC::$server->get(OCP\EventDispatcher\IEventDispatcher::class); $showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false); -$isIE = \OCP\Util::isIE(); +$isIE = OC_Util::isIe(); $tmpl = new OCP\Template('files_sharing', 'list', ''); -- cgit v1.2.3