diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-01 15:15:34 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-02 09:57:43 +0100 |
commit | aa3fdccb8ee272fbb59552fb903883bae2fbd05a (patch) | |
tree | b543e57656e0bc6d08c4f37b90f560caafedc438 /apps | |
parent | d5126b1ad43377ebbb0f4fc2d7c43267fd5e6672 (diff) | |
download | nextcloud-server-aa3fdccb8ee272fbb59552fb903883bae2fbd05a.tar.gz nextcloud-server-aa3fdccb8ee272fbb59552fb903883bae2fbd05a.zip |
App needs to be of type logging to be able to have activities
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index d2f30e2c040..5da945db703 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -6,11 +6,14 @@ <licence>AGPL</licence> <author>Vincent Petry</author> <default_enable/> - <version>0.1</version> + <version>0.2</version> <dependencies> <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <documentation> <user>user-systemtags</user> </documentation> + <types> + <logging/> + </types> </info> |