summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-17 15:18:07 +0300
committerAndrew Dolgov <[email protected]>2015-06-17 15:18:07 +0300
commit7c69068f82a12af4c98c6f4eb21b0b14b00fecad (patch)
tree04a6eda760ab89701367e822e1277863ef72ec4a
parent59e83455f188e48796383bfe4be99deb81cb1caa (diff)
reenable autolearn as good
-rw-r--r--plugins/af_sort_bayes/init.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}