From cd0ccf4ae9aef5f4f0c3954d693b19a5dbc96db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 26 Oct 2018 13:44:30 +0200 Subject: [PATCH] Remove outdated documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- lib/Controller/PublicShareAuthController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Controller/PublicShareAuthController.php b/lib/Controller/PublicShareAuthController.php index 96fc2ddc0..b84cc3768 100644 --- a/lib/Controller/PublicShareAuthController.php +++ b/lib/Controller/PublicShareAuthController.php @@ -81,9 +81,6 @@ class PublicShareAuthController extends OCSController { * a guest or user on behalf of a registered user, the sharer, who will be * the owner of the room. * - * If there is already a room for requesting the password of the given share - * no new room is created; the existing room is returned instead. - * * The share must have "send password by Talk" enabled; an error is returned * otherwise. *