mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 13:00:14 +01:00
* CalDAV/CardDAV: fixed typo preventing sync, if logging to Apache error-log was switched on
This commit is contained in:
parent
793fdebb3f
commit
629b9bb393
@ -1565,7 +1565,7 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
foreach($explode("\n",$content) as $line) error_log($line);
|
foreach(explode("\n",$content) as $line) error_log($line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user