alps/plugins/carddav
Conrad Hoffmann f4523b51af carddav: fix accidental shadowing of variables
The statement changed here creates new variables, whereas it means to
assign values to the previously declared `ao` to be used outside of the
if statement. This lead to PUT requests always being sent to a URL
containing a new UUID, causing problems with some CardDAV servers.
2022-03-01 11:17:34 +01:00
..
public plugins/carddav: add route to delete a contact 2020-05-13 17:59:04 +02:00
carddav.go Repoint repository references to new location 2020-11-20 07:38:10 -05:00
plugin.go Repoint repository references to new location 2020-11-20 07:38:10 -05:00
routes.go carddav: fix accidental shadowing of variables 2022-03-01 11:17:34 +01:00