diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-01-07 13:33:53 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-01-07 13:33:53 +0100 |
commit | 33847dd1018bc21ac5b3b2b646e10c2a549828fc (patch) | |
tree | bb4b76d23b194eca4273093ffcf5eb72e59a93f9 /apps/gallery/appinfo | |
parent | 0d81014fa6505538b314526296511499b7e7a429 (diff) | |
download | nextcloud-server-33847dd1018bc21ac5b3b2b646e10c2a549828fc.tar.gz nextcloud-server-33847dd1018bc21ac5b3b2b646e10c2a549828fc.zip |
enable gallery and admin_export by default at least for the alpha and beta.
Diffstat (limited to 'apps/gallery/appinfo')
-rw-r--r-- | apps/gallery/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/info.xml b/apps/gallery/appinfo/info.xml index 054ddb6f139..154b5fcf7ae 100644 --- a/apps/gallery/appinfo/info.xml +++ b/apps/gallery/appinfo/info.xml @@ -7,4 +7,5 @@ <author>Bartosz Przybylski</author> <require>2</require> <description></description> -</info>
\ No newline at end of file + <default_enable/> +</info> |