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:
authorBart Visscher <bartv@thisnet.nl>2011-09-28 00:36:14 +0400
committerBart Visscher <bartv@thisnet.nl>2011-09-28 00:36:14 +0400
commitc6f78fbe43dbe3f6875b72b34592bde25fc78d0b (patch)
tree2684fc40a1c53fde8a2bd94195f7f7f57d2f094f /apps/contacts
parent61aa00899d33a3b9706cf321555405fedf044775 (diff)
Add flag in info.xml to control the apps that are installed by default
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/appinfo/info.xml b/apps/contacts/appinfo/info.xml
index 77c9dc91bfc..d18a19c3aea 100644
--- a/apps/contacts/appinfo/info.xml
+++ b/apps/contacts/appinfo/info.xml
@@ -7,4 +7,5 @@
<author>Jakob Sack</author>
<require>2</require>
<description>Address book with CardDAV support.</description>
+ <default_enable/>
</info>