Fixes #1206
Cette révision appartient à :
Parent
913028f529
révision
79f0213345
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -114,7 +114,7 @@ func PostCommentHandler(c *gin.Context) {
|
|||
}
|
||||
}
|
||||
url := "/view/" + strconv.FormatUint(uint64(torrent.ID), 10)
|
||||
c.Redirect(302, url+"?success")
|
||||
c.Redirect(302, url)
|
||||
}
|
||||
|
||||
// ReportTorrentHandler : Controller for sending a torrent report
|
||||
|
|
Référencer dans un nouveau ticket