From ffbd0d48515efa9041ec037e2190c33c19f648ea Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sat, 20 May 2017 14:05:26 +0200 Subject: [PATCH] Fix 2 --- router/modpanel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/modpanel.go b/router/modpanel.go index 1deb0577..293c7de4 100644 --- a/router/modpanel.go +++ b/router/modpanel.go @@ -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) }