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:
authorFrank Karlitschek <frank@owncloud.org>2012-05-02 21:08:37 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-02 21:08:37 +0400
commit4fe90f62f4041d31402cbe198fd0e3edce77ce13 (patch)
tree2320a5fabe2e5347c04472af1cc95a6eb056369f /apps/files_sharing
parenteec7c3833c9c1f1e83549474d6ba4b34ce307761 (diff)
port checkAppEnabled
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");