aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/NC20/EncryptionLegacyCipher.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Repair/NC20/EncryptionLegacyCipher.php')
-rw-r--r--lib/private/Repair/NC20/EncryptionLegacyCipher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair/NC20/EncryptionLegacyCipher.php b/lib/private/Repair/NC20/EncryptionLegacyCipher.php
index 6e31423915f..a7d008e87be 100644
--- a/lib/private/Repair/NC20/EncryptionLegacyCipher.php
+++ b/lib/private/Repair/NC20/EncryptionLegacyCipher.php
@@ -48,7 +48,7 @@ class EncryptionLegacyCipher implements IRepairStep {
}
private function shouldRun(): bool {
- $versionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0.0');
+ $versionFromBeforeUpdate = $this->config->getSystemValueString('version', '0.0.0.0');
return version_compare($versionFromBeforeUpdate, '20.0.0.0', '<=');
}