mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
commit
1e383c8072
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue