Browse Source

Merge pull request #25697 from nextcloud/fix/noid/applicable-dav-repair-v

bump applicable version due to an intermediate release
tags/v22.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
1e383c8072
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Repair/RepairDavShares.php

+ 1
- 1
lib/private/Repair/RepairDavShares.php View File

@@ -126,7 +126,7 @@ class RepairDavShares implements IRepairStep {
*/
public function run(IOutput $output) {
$versionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0');
if (version_compare($versionFromBeforeUpdate, '20.0.7', '<')
if (version_compare($versionFromBeforeUpdate, '20.0.8', '<')
&& $this->repairUnencodedGroupShares()
) {
$output->info('Repaired DAV group shares');

Loading…
Cancel
Save