Fixed dav_debug cast
This commit is contained in:
parent
176f557ec7
commit
a3bad978e2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class kolab_dav_client
|
|||
protected function request($path, $method, $body = '', $headers = [])
|
||||
{
|
||||
$rcube = rcube::get_instance();
|
||||
$debug = (array) $rcube->config->get('dav_debug');
|
||||
$debug = (bool) $rcube->config->get('dav_debug');
|
||||
|
||||
$request_config = [
|
||||
'store_body' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue