1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

commenter_update.go: allow editing link, photo

This commit is contained in:
Adhityaa Chandrasekar
2019-12-04 22:48:44 -08:00
parent 2a11149034
commit 2f9368a275
+1 -1
View File
@@ -51,7 +51,7 @@ func commenterUpdateHandler(w http.ResponseWriter, r *http.Request) {
return
}
if c.Provider == "commento" {
if c.Provider != "commento" {
*x.Link = c.Link
*x.Photo = c.Photo
}