Skip to content

Commit

Permalink
Merge pull request #25697 from nextcloud/fix/noid/applicable-dav-repa…
Browse files Browse the repository at this point in the history
…ir-v

bump applicable version due to an intermediate release
  • Loading branch information
rullzer committed Feb 17, 2021
2 parents d4b99c8 + 9d96b0b commit 1e383c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Repair/RepairDavShares.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected function repairUnencodedGroupShares() {
*/
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');
Expand Down

0 comments on commit 1e383c8

Please sign in to comment.