From 81964200639c585ff523c6303fdb99eb0c7c180c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 16 Feb 2021 11:56:07 +0100 Subject: Drop \OCP\User Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst --- apps/files_external/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external') diff --git a/apps/files_external/list.php b/apps/files_external/list.php index d628f593577..dd54c02b75a 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -23,7 +23,7 @@ * */ // Check if we are a user -OCP\User::checkLoggedIn(); +OC_Util::checkLoggedIn(); $config = \OC::$server->getConfig(); $userSession = \OC::$server->getUserSession(); -- cgit v1.2.3