Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appinfo/info.xml2
-rw-r--r--lib/Versions/VersionsBackend.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ed07add4..6a25fd55 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,7 +30,7 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="17" max-version="17" />
</dependencies>
<background-jobs>
diff --git a/lib/Versions/VersionsBackend.php b/lib/Versions/VersionsBackend.php
index f1ee6a38..ba99e173 100644
--- a/lib/Versions/VersionsBackend.php
+++ b/lib/Versions/VersionsBackend.php
@@ -136,7 +136,7 @@ class VersionsBackend implements IVersionBackend {
}
}
- public function getVersionFile(IUser $user, FileInfo $sourceFile, int $revision): File {
+ public function getVersionFile(IUser $user, FileInfo $sourceFile, $revision): File {
$mount = $sourceFile->getMountPoint();
if ($mount instanceof GroupMountPoint) {
try {