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

bump applicable version due to an intermediate release
This commit is contained in:
Roeland Jago Douma 2021-02-17 21:00:25 +01:00 committed by GitHub
commit 1e383c8072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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');