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:
authorRobin Appelman <icewind@owncloud.com>2012-03-30 16:39:07 +0400
committerRobin Appelman <icewind@owncloud.com>2012-03-30 16:39:07 +0400
commit523fdda39915dd49190727ac74458a28f2d00f10 (patch)
treebbf71b0c460074042159b94f9b4771dfd65e8bbe /apps/files_sharing
parenta07c6b1a2ea66f00b3e85d480703ca06a4b241be (diff)
add the option to only load apps of a specific type
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index abf847b4483..8fda775520b 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -8,4 +8,7 @@
<author>Michael Gapczynski</author>
<require>2</require>
<default_enable/>
+ <types>
+ <filesystem/>
+ </types>
</info>