From 77a021025ff4c8dac6fb416031257e952de89914 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 21 Jul 2016 15:50:07 -0700 Subject: DAV auth issue --- Zotlabs/Storage/BasicAuth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Storage') diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php index e94a5c1dc..69eaed705 100644 --- a/Zotlabs/Storage/BasicAuth.php +++ b/Zotlabs/Storage/BasicAuth.php @@ -165,6 +165,7 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic { function check(RequestInterface $request, ResponseInterface $response) { if(local_channel()) { + this->setAuthenticated(\App::get_channel()); return [ true, $this->principalPrefix . $this->channel_name ]; } -- cgit v1.2.3