aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/PublicAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/DAV/PublicAuth.php')
-rw-r--r--apps/dav/lib/DAV/PublicAuth.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/DAV/PublicAuth.php b/apps/dav/lib/DAV/PublicAuth.php
index ad917fb4b76..407f1a2853f 100644
--- a/apps/dav/lib/DAV/PublicAuth.php
+++ b/apps/dav/lib/DAV/PublicAuth.php
@@ -68,7 +68,6 @@ class PublicAuth implements BackendInterface {
* @return array
*/
function check(RequestInterface $request, ResponseInterface $response) {
-
if ($this->isRequestPublic($request)) {
return [true, "principals/system/public"];
}