From 7c69068f82a12af4c98c6f4eb21b0b14b00fecad Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Jun 2015 15:18:07 +0300 Subject: [PATCH] reenable autolearn as good --- plugins/af_sort_bayes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/af_sort_bayes/init.php b/plugins/af_sort_bayes/init.php index 23f38ec25..e7822c23e 100644 --- a/plugins/af_sort_bayes/init.php +++ b/plugins/af_sort_bayes/init.php @@ -179,7 +179,7 @@ class Af_Sort_Bayes extends Plugin { $prob_neutral = $result[$id_neutral]; if ($prob_good > 0.90 && $prob_good > $prob_neutral) { - //$dst_category = $id_good; // should we autofile as good or not? idk + $dst_category = $id_good; // should we autofile as good or not? idk $article["score_modifier"] += $this->score_modifier; } }