From 4fe90f62f4041d31402cbe198fd0e3edce77ce13 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Wed, 2 May 2012 19:08:37 +0200 Subject: port checkAppEnabled --- apps/files_sharing/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing') 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"); -- cgit v1.2.3