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

This commit is contained in:
Ralf Becker 2012-10-29 12:14:33 +00:00
parent 3e72371fd7
commit aca3b3b028

View File

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