mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
* CalDAV/CardDAV: fix not working logging of errors into traffic log
This commit is contained in:
parent
3e72371fd7
commit
aca3b3b028
@ -1681,7 +1681,7 @@ class groupdav extends HTTP_WebDAV_Server
|
||||
*/
|
||||
public function log($str)
|
||||
{
|
||||
$to_log[] = $str;
|
||||
$this->to_log[] = $str;
|
||||
|
||||
error_log($str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user