Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-11-29 17:30:22 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-29 17:32:01 +0300
commitd77b0207e8022ef8b0e8f3dba94a0f4e86f8839a (patch)
tree3e68f92bc1c5e18a6ef5cc0e8bb9c6b2e8071b32
parent523b368fa861e82d8d5defad2875f5afe3f81be5 (diff)
fix info.xml ordering
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--appinfo/info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1d29eb52..6f82782a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -32,6 +32,10 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<nextcloud min-version="14" max-version="16"/>
</dependencies>
+ <background-jobs>
+ <job>OCA\GroupFolders\BackgroundJob\ExpireGroupVersions</job>
+ </background-jobs>
+
<commands>
<command>OCA\GroupFolders\Command\ExpireGroupVersions</command>
<command>OCA\GroupFolders\Command\ListCommand</command>
@@ -43,10 +47,6 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<command>OCA\GroupFolders\Command\Scan</command>
</commands>
- <background-jobs>
- <job>OCA\GroupFolders\BackgroundJob\ExpireGroupVersions</job>
- </background-jobs>
-
<settings>
<admin>OCA\GroupFolders\Settings\Admin</admin>
<admin-section>OCA\GroupFolders\Settings\Section</admin-section>