-
Type:
Bug
-
Status: QA
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.6.2 beta1, 2.6.2
-
Component/s: None
-
Labels:None
If the CardDAV server is suddenly not available, ChangesSink() will stop looping through addressbooks and return a boolean value, where an array is expected. (backend/carddav/carddav.php, line: 261)
As an error message is logged anyway and server availability may only be affected temporarily, I think it is better to go on with the next addressbook using continue.
No change will be detected this time, but most likely in the next execution of ChangesSink().