bump applicable version due to an intermediate release
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
2724bb8c86
commit
2df924bdce
|
@ -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 New Issue