missing $
This commit is contained in:
parent
98a2dcad90
commit
5a1eb65ed6
@ -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 ];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user