* CalDAV/CardDAV: fix not working logging of errors into traffic log

This commit is contained in:
Ralf Becker 2012-10-29 12:16:42 +00:00
parent 6eb0060094
commit 9b6f7d40c0

View File

@ -1592,7 +1592,7 @@ class groupdav extends HTTP_WebDAV_Server
*/
public function log($str)
{
$to_log[] = $str;
$this->to_log[] = $str;
error_log($str);
}