Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing')
-rwxr-xr-xapps/files_sharing/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php
index eb1ed8a186f..2fe6bc88e63 100755
--- a/apps/files_sharing/list.php
+++ b/apps/files_sharing/list.php
@@ -24,7 +24,7 @@
require_once('lib_share.php');
OCP\User::checkLoggedIn();
-OC_Util::checkAppEnabled('files_sharing');
+OCP\App::checkAppEnabled('files_sharing');
OCP\App::setActiveNavigationEntry("files_sharing_list");