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/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/list.php') diff --git a/apps/files/list.php b/apps/files/list.php index 872f711344a..52d736516c9 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -28,7 +28,7 @@ $userSession = \OC::$server->getUserSession(); $publicUploadEnabled = $config->getAppValue('core', 'shareapi_allow_public_upload', 'yes'); $showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false); -$isIE = \OCP\Util::isIE(); +$isIE = OC_Util::isIe(); // renders the controls and table headers template $tmpl = new OCP\Template('files', 'list', ''); -- cgit v1.2.3