From: Andrew Dolgov Date: Wed, 17 Jun 2015 12:18:07 +0000 (+0300) Subject: reenable autolearn as good X-Git-Tag: 16.3~304 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7c69068f82a12af4c98c6f4eb21b0b14b00fecad;p=tt-rss.git reenable autolearn as good --- diff --git a/plugins/af_sort_bayes/init.php b/plugins/af_sort_bayes/init.php index 23f38ec2..e7822c23 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; } }