diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-22 01:13:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-22 01:13:56 +0200 |
commit | b63aff77dffbdea090d60218266f8eae97357299 (patch) | |
tree | 71a2db5201f8decbc4ddbc22df0ea601ff6bb9af /Zotlabs/Storage/BasicAuth.php | |
parent | 63123759ed5d226cb97063746d35da01475670a6 (diff) | |
parent | 5a1eb65ed6897376c12d859b56c3cf6b5cc4f5e4 (diff) | |
download | volse-hubzilla-b63aff77dffbdea090d60218266f8eae97357299.tar.gz volse-hubzilla-b63aff77dffbdea090d60218266f8eae97357299.tar.bz2 volse-hubzilla-b63aff77dffbdea090d60218266f8eae97357299.zip |
merge 1.10RC into dev
Diffstat (limited to 'Zotlabs/Storage/BasicAuth.php')
-rw-r--r-- | Zotlabs/Storage/BasicAuth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php index 38d984d19..995976dcd 100644 --- a/Zotlabs/Storage/BasicAuth.php +++ b/Zotlabs/Storage/BasicAuth.php @@ -165,7 +165,7 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic { function check(RequestInterface $request, ResponseInterface $response) { if(local_channel()) { - this->setAuthenticated(\App::get_channel()); + $this->setAuthenticated(\App::get_channel()); return [ true, $this->principalPrefix . $this->channel_name ]; } @@ -263,4 +263,4 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic { logger('owner_id ' . $this->owner_id, LOGGER_DATA); logger('owner_nick ' . $this->owner_nick, LOGGER_DATA); } -}
\ No newline at end of file +} |