You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Throw an exception in the Discovery service in case no addressbook home could be discovered. Previously, an empty
list would be returned without indication that the discovery was not successful.
Fix: After failure to authenticate with the server, the CardDavClient object might be left in a state that causes a
PHP warning on next usage (a property of the object was unintentionally deleted in that case and the warning
would be triggered on next attempt to access that property).