diff options
Diffstat (limited to 'apps/files_trashbin/list.php')
-rw-r--r-- | apps/files_trashbin/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/list.php b/apps/files_trashbin/list.php index 239e24f7a62..2dbc03719ec 100644 --- a/apps/files_trashbin/list.php +++ b/apps/files_trashbin/list.php @@ -30,7 +30,7 @@ $config = \OC::$server->getConfig(); $userSession = \OC::$server->getUserSession(); $showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false); -$isIE = \OCP\Util::isIE(); +$isIE = OC_Util::isIe(); $tmpl = new OCP\Template('files_trashbin', 'index', ''); |