diff options
author | redmatrix <git@macgirvin.com> | 2016-07-21 15:50:07 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-21 15:51:10 -0700 |
commit | 77a021025ff4c8dac6fb416031257e952de89914 (patch) | |
tree | d1ffc4a273541aeb88428309c506122ee457a48c /Zotlabs/Storage | |
parent | 824dedbe9d349c5b6d92d1d950267299bc134cc3 (diff) | |
download | volse-hubzilla-77a021025ff4c8dac6fb416031257e952de89914.tar.gz volse-hubzilla-77a021025ff4c8dac6fb416031257e952de89914.tar.bz2 volse-hubzilla-77a021025ff4c8dac6fb416031257e952de89914.zip |
DAV auth issue
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/BasicAuth.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]; } |