mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-name
Fix SyncJob class name in info.xml
This commit is contained in:
commit
0a092e94c7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<owncloud min-version="9.2" max-version="9.2" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\DAV\CardDAV\Sync\SyncJob</job>
|
||||
<job>OCA\DAV\CardDAV\SyncJob</job>
|
||||
</background-jobs>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
|
|
|
|||
Loading…
Reference in a new issue