Fixed unassigned value
Cette révision appartient à :
Parent
0390fc5215
révision
42de73fa78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -10,7 +10,7 @@ func NotifyUser(user *model.User, name string, msg string, url string) {
|
|||
if (user.ID > 0) {
|
||||
notification := model.NewNotification(name, msg, url)
|
||||
notification.UserID = user.ID
|
||||
db.ORM.Save(notification)
|
||||
db.ORM.Create(¬ification)
|
||||
// TODO: Email notification
|
||||
}
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket