merge 1.10RC into dev

This commit is contained in:
Mario Vavti 2016-07-22 01:13:56 +02:00
commit b63aff77df

View File

@ -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 ];
}