summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-08-17 17:44:10 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-08-17 17:44:10 -0400
commit1303e40b6e151a3ff1ef55da89684daf9ad887ec (patch)
tree18c0b0cf4d076c24063f2bd85b31a640f3390f3b
parent5b8658ca10168e37ca0161586b208d9b54681e7a (diff)
downloadnextcloud-server-1303e40b6e151a3ff1ef55da89684daf9ad887ec.tar.gz
nextcloud-server-1303e40b6e151a3ff1ef55da89684daf9ad887ec.zip
Remove navigation entry for shared files
-rw-r--r--apps/files_sharing/appinfo/app.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 6ff82563b80..771d91b93ba 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