Merge pull request #25701 from nextcloud/backport/25697/stable21
[stable21] bump applicable version due to an intermediate release
This commit is contained in:
commit
49b7b5ba53
|
@ -126,7 +126,7 @@ class RepairDavShares implements IRepairStep {
|
||||||
*/
|
*/
|
||||||
public function run(IOutput $output) {
|
public function run(IOutput $output) {
|
||||||
$versionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0');
|
$versionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0');
|
||||||
if (version_compare($versionFromBeforeUpdate, '20.0.7', '<')
|
if (version_compare($versionFromBeforeUpdate, '20.0.8', '<')
|
||||||
&& $this->repairUnencodedGroupShares()
|
&& $this->repairUnencodedGroupShares()
|
||||||
) {
|
) {
|
||||||
$output->info('Repaired DAV group shares');
|
$output->info('Repaired DAV group shares');
|
||||||
|
|
Loading…
Reference in New Issue