diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-02 00:50:26 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-02 00:50:26 +0200 |
commit | 2fe646dcec08b36179aa2b6ebca447a20e409b03 (patch) | |
tree | e5b909e88d9271e3301c9db3fea8771d059a914d /apps/files_sharing/list.php | |
parent | c94f39b488f9ae6bd24cbdbb5cfa877e29f199e3 (diff) | |
download | nextcloud-server-2fe646dcec08b36179aa2b6ebca447a20e409b03.tar.gz nextcloud-server-2fe646dcec08b36179aa2b6ebca447a20e409b03.zip |
ported the oc_app calls
Diffstat (limited to 'apps/files_sharing/list.php')
-rwxr-xr-x | apps/files_sharing/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php index e607348a037..eb1ed8a186f 100755 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.php @@ -26,7 +26,7 @@ require_once('lib_share.php'); OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('files_sharing'); -OC_App::setActiveNavigationEntry("files_sharing_list"); +OCP\App::setActiveNavigationEntry("files_sharing_list"); OCP\Util::addscript("files_sharing", "list"); |