aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-21 20:06:08 -0700
committerredmatrix <git@macgirvin.com>2016-07-21 20:06:08 -0700
commitdca8a05026515ec8e5820756798c58399a830ac4 (patch)
tree95813a214370f4af32b6086795353ab9b838cd24
parent5cfc2869724effc02fc5b1767e4488750c82b2dd (diff)
parent5a1eb65ed6897376c12d859b56c3cf6b5cc4f5e4 (diff)
downloadvolse-hubzilla-dca8a05026515ec8e5820756798c58399a830ac4.tar.gz
volse-hubzilla-dca8a05026515ec8e5820756798c58399a830ac4.tar.bz2
volse-hubzilla-dca8a05026515ec8e5820756798c58399a830ac4.zip
Merge branch '1.10RC' of https://github.com/redmatrix/hubzilla into 1.10RC_merge
-rw-r--r--Zotlabs/Storage/BasicAuth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php
index 69eaed705..2325a614b 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
+}