From 40731e7e2451fc6fe243e99361a1921a8cb8c23c Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Wed, 25 Oct 2017 18:20:41 +0000 Subject: [PATCH] Fix #14814 Bug in atom feed visitor statistics --- app/controllers/tags_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index d3eb68c2..c6f0ca70 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -73,7 +73,7 @@ def rss # A paginated Atom feed of FeedItem objects for a Hub and a ActsAsTaggableOn::Tag. def atom - Feeds::StoreFeedVisitor.perform_later( + Feeds::StoreFeedVisitorJob.perform_later( request.path, 'atom', request.remote_ip,