Fix 2
Cette révision appartient à :
Parent
d38c02f802
révision
ffbd0d4851
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -15,6 +15,7 @@ import (
|
|||
"github.com/NyaaPantsu/nyaa/service/report"
|
||||
"github.com/NyaaPantsu/nyaa/service/torrent"
|
||||
"github.com/NyaaPantsu/nyaa/service/user"
|
||||
"github.com/NyaaPantsu/nyaa/service/user/permission"
|
||||
form "github.com/NyaaPantsu/nyaa/service/user/form"
|
||||
"github.com/NyaaPantsu/nyaa/util/languages"
|
||||
"github.com/NyaaPantsu/nyaa/util/log"
|
||||
|
@ -345,7 +346,6 @@ func TorrentPostReassignModPanel(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func TorrentsPostListPanel(w http.ResponseWriter, r *http.Request) {
|
||||
currentUser := GetUser(r)
|
||||
torrentManyAction(r)
|
||||
TorrentsListPanel(w, r)
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket