summaryrefslogtreecommitdiffstats
path: root/lib/repair
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-09-29 10:27:01 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-01 08:27:12 +0200
commitcc0812332c2641e15fadbaf3241b9a9f61272a27 (patch)
tree3bec8bcb282159025fe6fd5ace06bf0f15799bb6 /lib/repair
parent6e104bc933036b77b2967334a99922eb26c40dbc (diff)
downloadnextcloud-server-cc0812332c2641e15fadbaf3241b9a9f61272a27.tar.gz
nextcloud-server-cc0812332c2641e15fadbaf3241b9a9f61272a27.zip
add more precise version to also repair git master instances
Diffstat (limited to 'lib/repair')
-rw-r--r--lib/repair/repairinvalidshares.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/repair/repairinvalidshares.php b/lib/repair/repairinvalidshares.php
index f754c17939a..21b4d8013e7 100644
--- a/lib/repair/repairinvalidshares.php
+++ b/lib/repair/repairinvalidshares.php
@@ -71,7 +71,7 @@ class RepairInvalidShares extends BasicEmitter implements \OC\RepairStep {
public function run() {
$ocVersionFromBeforeUpdate = $this->config->getSystemValue('version', '0.0.0');
- if (version_compare($ocVersionFromBeforeUpdate, '8.2.0', '<')) {
+ if (version_compare($ocVersionFromBeforeUpdate, '8.2.0.7', '<')) {
// this situation was only possible before 8.2
$this->removeExpirationDateFromNonLinkShares();
}