summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/lib/Migration/SetAcceptedStatus.php')
-rw-r--r--apps/files_sharing/lib/Migration/SetAcceptedStatus.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Migration/SetAcceptedStatus.php b/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
index a48ca8fa6a8..386f7299d40 100644
--- a/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
+++ b/apps/files_sharing/lib/Migration/SetAcceptedStatus.php
@@ -77,5 +77,4 @@ class SetAcceptedStatus implements IRepairStep {
$appVersion = $this->config->getAppValue('files_sharing', 'installed_version', '0.0.0');
return version_compare($appVersion, '1.10.1', '<');
}
-
}