Skip to content

Commit

Permalink
bump affected version
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Feb 17, 2021
1 parent c882bc6 commit 9b3bff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Repair/RepairDavShares.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected function repairUnencodedGroupShares() {
*/
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');
Expand Down

0 comments on commit 9b3bff8

Please sign in to comment.