From 1303e40b6e151a3ff1ef55da89684daf9ad887ec Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Wed, 17 Aug 2011 17:44:10 -0400 Subject: [PATCH] Remove navigation entry for shared files --- apps/files_sharing/appinfo/app.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 6ff82563b8..771d91b93b 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -8,10 +8,5 @@ OC_Util::addScript("files_sharing", "share"); OC_Util::addScript("3rdparty", "chosen/chosen.jquery.min"); OC_Util::addStyle( 'files_sharing', 'sharing' ); OC_Util::addStyle("3rdparty", "chosen/chosen"); -OC_App::addNavigationEntry(array( - "id" => "files_sharing_list", - "order" => 2, - "href" => OC_Helper::linkTo( "files_sharing", "list.php" ), - "name" => "Shared")); -?> +?> \ No newline at end of file