hubzilla issue #846
This commit is contained in:
parent
4a7384bc0c
commit
3443416540
@ -187,7 +187,7 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function check_module_access($channel_id) {
|
protected function check_module_access($channel_id) {
|
||||||
if($channel_id && \App::$module === 'cdav') {
|
if($channel_id && in_array(\App::$module,[ 'dav', 'cdav', 'snap'] )) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$this->module_disabled = true;
|
$this->module_disabled = true;
|
||||||
|
Reference in New Issue
Block a user