diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-29 23:56:06 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-03 16:05:48 +0200 |
commit | 599741bdd6434f8e0fba2aa5f9b40b0965c39bd8 (patch) | |
tree | 12602bccdb4c7e37f0848996a6d3397a6516ce8f /apps/admin_audit | |
parent | e36e00dc00eaecddd184d27a61acdefe880f6336 (diff) | |
download | nextcloud-server-599741bdd6434f8e0fba2aa5f9b40b0965c39bd8.tar.gz nextcloud-server-599741bdd6434f8e0fba2aa5f9b40b0965c39bd8.zip |
audit: update appinfo to OC4
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml index 6eb62fbbd16..4fa013162f3 100644 --- a/apps/admin_audit/appinfo/info.xml +++ b/apps/admin_audit/appinfo/info.xml @@ -5,6 +5,7 @@ <version>0.1</version> <licence>AGPL</licence> <author>Bart Visscher</author> - <require>2</require> + <require>4</require> <description>Audit user actions in Owncloud</description> + <shipped>true</shipped> </info> |