mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
* CalDAV/CardDAV: fix not working logging of errors into traffic log
This commit is contained in:
parent
6eb0060094
commit
9b6f7d40c0
@ -1592,7 +1592,7 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
*/
|
*/
|
||||||
public function log($str)
|
public function log($str)
|
||||||
{
|
{
|
||||||
$to_log[] = $str;
|
$this->to_log[] = $str;
|
||||||
|
|
||||||
error_log($str);
|
error_log($str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user