* CalDAV/CardDAV: fixed typo preventing sync, if logging to Apache error-log was switched on

This commit is contained in:
Ralf Becker 2012-03-28 07:03:40 +00:00
parent 793fdebb3f
commit 629b9bb393

View File

@ -1565,7 +1565,7 @@ class groupdav extends HTTP_WebDAV_Server
}
else
{
foreach($explode("\n",$content) as $line) error_log($line);
foreach(explode("\n",$content) as $line) error_log($line);
}
}
}