diff options
Diffstat (limited to 'apps/files_external/settings.php')
-rw-r--r-- | apps/files_external/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index 9cecc0c6a49..29c0553158f 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -28,7 +28,7 @@ use \OCA\Files_External\Service\BackendService; -OC_Util::checkAdminUser(); +\OCP\User::checkAdminUser(); // we must use the same container $appContainer = \OC_Mount_Config::$app->getContainer(); |