]> source.dussan.org Git - nextcloud-server.git/commitdiff
App needs to be of type logging to be able to have activities
authorJoas Schilling <nickvergessen@owncloud.com>
Mon, 1 Feb 2016 14:15:34 +0000 (15:15 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Tue, 2 Feb 2016 08:57:43 +0000 (09:57 +0100)
apps/systemtags/appinfo/info.xml

index d2f30e2c04098dc9b45be8a20c8af077e2ca1d91..5da945db7039d16eca5b565ccbf7b66ca17702c4 100644 (file)
@@ -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>