From c6926f647b200d67feacae3743da130ccba07c76 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 1 Apr 2019 15:31:20 +0200 Subject: [PATCH] FIX: removes legacy code --- plugin.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index 27eaae3..fe7c99b 100644 --- a/plugin.rb +++ b/plugin.rb @@ -290,8 +290,6 @@ SQL end if Report.respond_to?(:add_report) - AdminDashboardData::GLOBAL_REPORTS << "accepted_solutions" - Report.add_report("accepted_solutions") do |report| report.data = [] accepted_solutions = TopicCustomField.where(name: "accepted_answer_post_id")