summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/list.php')
-rw-r--r--apps/files_trashbin/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/list.php b/apps/files_trashbin/list.php
index 2dbc03719ec..29d9cfd5ef0 100644
--- a/apps/files_trashbin/list.php
+++ b/apps/files_trashbin/list.php
@@ -24,7 +24,7 @@
*
*/
// Check if we are a user
-OCP\User::checkLoggedIn();
+OC_Util::checkLoggedIn();
$config = \OC::$server->getConfig();
$userSession = \OC::$server->getUserSession();