diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-12-03 09:15:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 09:15:12 +0100 |
commit | 3ac1a771807d7b5c19699f757f61fbcaf5b03720 (patch) | |
tree | 1d8e77786128a2f7c0e93133aab8705632cc147d /apps | |
parent | 71a31fee43779f21b4a3c9df3dbc58245dbc012f (diff) | |
parent | 63b74dc506fd7bed8dd5ab1662d7d0ef5e1a5afe (diff) | |
download | nextcloud-server-3ac1a771807d7b5c19699f757f61fbcaf5b03720.tar.gz nextcloud-server-3ac1a771807d7b5c19699f757f61fbcaf5b03720.zip |
Merge pull request #49527 from nextcloud/skjnldsv-patch-1
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 93ce18fa8f9..44430b0004e 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.3.0'); + $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.7.0'); $maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99'); // Check if the client is a desktop client |