Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update delete.go

Cette révision appartient à :
kilo 2017-10-29 05:31:49 +01:00 révisé par GitHub
Parent a29aa87a1f
révision 2e26be863b
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -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")