summaryrefslogtreecommitdiffstats
path: root/apps/user_openid
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-27 22:36:14 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-27 22:36:14 +0200
commitc6f78fbe43dbe3f6875b72b34592bde25fc78d0b (patch)
tree2684fc40a1c53fde8a2bd94195f7f7f57d2f094f /apps/user_openid
parent61aa00899d33a3b9706cf321555405fedf044775 (diff)
downloadnextcloud-server-c6f78fbe43dbe3f6875b72b34592bde25fc78d0b.tar.gz
nextcloud-server-c6f78fbe43dbe3f6875b72b34592bde25fc78d0b.zip
Add flag in info.xml to control the apps that are installed by default
Diffstat (limited to 'apps/user_openid')
-rw-r--r--apps/user_openid/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_openid/appinfo/info.xml b/apps/user_openid/appinfo/info.xml
index 32525009d61..332d2199dd3 100644
--- a/apps/user_openid/appinfo/info.xml
+++ b/apps/user_openid/appinfo/info.xml
@@ -7,4 +7,5 @@
<licence>AGPL</licence>
<author>Robin Appelman</author>
<require>2</require>
-</info> \ No newline at end of file
+ <default_enable/>
+</info>