aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-21 15:50:07 -0700
committerredmatrix <git@macgirvin.com>2016-07-21 15:50:07 -0700
commit63123759ed5d226cb97063746d35da01475670a6 (patch)
tree801d384ffc2a45c6d3c8a560a36b37fed458c7e0
parentcf0b1f1f156da396cafea08ddac86307e78259a7 (diff)
downloadvolse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.tar.gz
volse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.tar.bz2
volse-hubzilla-63123759ed5d226cb97063746d35da01475670a6.zip
DAV auth issue
-rw-r--r--Zotlabs/Storage/BasicAuth.php1
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 ];
}