]> source.dussan.org Git - nextcloud-server.git/commitdiff
bump applicable version due to an intermediate release 25701/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 17 Feb 2021 16:37:45 +0000 (17:37 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 17 Feb 2021 20:02:49 +0000 (20:02 +0000)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/private/Repair/RepairDavShares.php

index 64104c1e28a59296443de827723c3f30efece853..8c53eaad43b6161effd9e90e8c0449bd3a80c08a 100644 (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');