Update delete.go
Cette révision appartient à :
Parent
a29aa87a1f
révision
2e26be863b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -35,7 +35,7 @@ func TorrentDeleteUserPanel(c *gin.Context) {
|
|||
query.Append("torrent_id", id)
|
||||
torrentReports, _, _ := reports.FindOrderBy(query, "", 0, 0)
|
||||
for _, report := range torrentReports {
|
||||
report.Delete(false)
|
||||
report.Delete()
|
||||
}
|
||||
}
|
||||
c.Redirect(http.StatusSeeOther, "/?deleted")
|
||||
|
|
Référencer dans un nouveau ticket