diff options
author | redmatrix <git@macgirvin.com> | 2016-07-21 15:50:07 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-21 15:50:07 -0700 |
commit | 63123759ed5d226cb97063746d35da01475670a6 (patch) | |
tree | 801d384ffc2a45c6d3c8a560a36b37fed458c7e0 /Zotlabs/Storage/BasicAuth.php | |
parent | cf0b1f1f156da396cafea08ddac86307e78259a7 (diff) | |
download | volse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.tar.gz volse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.tar.bz2 volse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.zip |
DAV auth issue
Diffstat (limited to 'Zotlabs/Storage/BasicAuth.php')
-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 67617b637..38d984d19 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 ]; } |