diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-28 12:13:10 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-30 09:21:58 +0100 |
commit | 15ca00c66e5b803b9699bee1ca78182c39e66c87 (patch) | |
tree | ff6ffdc89ea0d88f511ba01b16466ee19661a0af /apps/sharebymail/appinfo | |
parent | 41dcceeb354c2d375ad279792dfadafe24858d75 (diff) | |
download | nextcloud-server-15ca00c66e5b803b9699bee1ca78182c39e66c87.tar.gz nextcloud-server-15ca00c66e5b803b9699bee1ca78182c39e66c87.zip |
Make sure the app is loaded in dav
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/sharebymail/appinfo')
-rw-r--r-- | apps/sharebymail/appinfo/info.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml index 1b3aa01bc67..56977fcf285 100644 --- a/apps/sharebymail/appinfo/info.xml +++ b/apps/sharebymail/appinfo/info.xml @@ -5,7 +5,7 @@ <description>Share provider which allows you to share files by mail</description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> - <version>1.0.0</version> + <version>1.0.1</version> <namespace>ShareByMail</namespace> <category>other</category> <dependencies> @@ -13,6 +13,10 @@ </dependencies> <default_enable/> + <types> + <filesystem/> + </types> + <activity> <providers> <provider>OCA\ShareByMail\Activity</provider> |