Fix for edit modpanel
Cette révision appartient à :
Parent
2bf9b26dfd
révision
ec318406c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -28,7 +28,7 @@ func FindByID(id uint) (*models.Torrent, error) {
|
||||||
return found.(*models.Torrent), nil
|
return found.(*models.Torrent), nil
|
||||||
}
|
}
|
||||||
torrent = &models.Torrent{}
|
torrent = &models.Torrent{}
|
||||||
tmp := models.ORM.Where("torrent_id = ?", id).Preload("Scrape").Preload("Comments")
|
tmp := models.ORM.Where("torrent_id = ?", id).Preload("Scrape").Preload("Uploader").Preload("Comments")
|
||||||
if id > config.Conf.Models.LastOldTorrentID {
|
if id > config.Conf.Models.LastOldTorrentID {
|
||||||
tmp = tmp.Preload("FileList")
|
tmp = tmp.Preload("FileList")
|
||||||
}
|
}
|
||||||
|
|
Référencer dans un nouveau ticket