aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/opml_import.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/opml_import.go')
-rw-r--r--ui/opml_import.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/opml_import.go b/ui/opml_import.go
index fd3a869..1017272 100644
--- a/ui/opml_import.go
+++ b/ui/opml_import.go
@@ -29,5 +29,5 @@ func (c *Controller) Import(w http.ResponseWriter, r *http.Request) {
view.Set("user", user)
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
- html.OK(w, view.Render("import"))
+ html.OK(w, r, view.Render("import"))
}