Closed blacksenator closed 4 years ago
That's not a very good fix. Please revist https://github.com/andig/carddav2fb/pull/205/files#diff-6e410467432f64dd57dcdb8c46a8b0f8R65. Why is the first parameter (url) optional and the second (method) is not? If they're not needed then both should be optional.
You´re right. I didn't pay attention to the order of the optional parameters
is the correction so far okay for you now?
Necessary adjustment in VcardFile.php, to take into account the changes from #205 in the Backend.php constructor Fix #206