bump applicable version due to an intermediate release

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-02-17 17:37:45 +01:00 committed by backportbot[bot]
parent 2724bb8c86
commit 2df924bdce
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');