Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump applicable version due to an intermediate release
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Feb 17, 2021
commit 9d96b0b7fb165c50c2ecc62ff8694ef5e2d80779
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