Skip to content

Commit 4a7a86e

Browse files
committed
adjust applicable version
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 1bb5314 commit 4a7a86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Repair/RepairDavShares.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected function repairUnencodedGroupShares() {
126126
*/
127127
public function run(IOutput $output) {
128128
$versionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0');
129-
if (version_compare($versionFromBeforeUpdate, '20.0.7', '<')
129+
if (version_compare($versionFromBeforeUpdate, '19.0.9', '<')
130130
&& $this->repairUnencodedGroupShares()
131131
) {
132132
$output->info('Repaired DAV group shares');

0 commit comments

Comments
 (0)