Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

change log filter

Cette révision appartient à :
kilo 2017-11-09 23:04:25 +01:00 révisé par GitHub
Parent af5f70e5da
révision 3f1a52136a
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

@ -57,7 +57,7 @@ func UserProfileBan(c *gin.Context) {
action = "user_banned_by"
}
activities.Log(&models.User{}, fmt.Sprintf("user_%d", id), "delete", action, userProfile.Username, strconv.Itoa(int(id)), currentUser.Username)
activities.Log(&models.User{}, fmt.Sprintf("user_%d", id), "edit", action, userProfile.Username, strconv.Itoa(int(id)), currentUser.Username)
c.Redirect(http.StatusSeeOther, fmt.Sprintf("/user/%d/%s", id, c.Param("username")))
} else {
c.AbortWithStatus(http.StatusNotFound)