aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/list.php')
-rw-r--r--apps/files_sharing/list.php2
1 files changed, 1 insertions, 1 deletions
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', '');