From 07b35b7bae3c3bc684209eb4db20943276afff85 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 18 Mar 2017 12:59:25 +0100 Subject: [PATCH] DummyGetResponsePlugin: ownCloud -> Nexcloud Signed-off-by: Christoph Wickert --- apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php index 102c902aed0..a9e339f9ffc 100644 --- a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +++ b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php @@ -58,7 +58,7 @@ class DummyGetResponsePlugin extends \Sabre\DAV\ServerPlugin { */ function httpGet(RequestInterface $request, ResponseInterface $response) { $string = 'This is the WebDAV interface. It can only be accessed by ' . - 'WebDAV clients such as the ownCloud desktop sync client.'; + 'WebDAV clients such as the Nextcloud desktop sync client.'; $stream = fopen('php://memory','r+'); fwrite($stream, $string); rewind($stream); -- 2.39.5