1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:45:56 +00:00

bayes: fix typo

This commit is contained in:
Andrew Dolgov
2015-06-17 22:09:02 +03:00
parent a72cd54ce1
commit 21111f62ff

View File

@@ -79,7 +79,7 @@ class Af_Sort_Bayes extends Plugin {
switch ($current_category) {
case "UGLY":
$dst_category = "BAD";
$score = $this->score_modifier;
$score = -$this->score_modifier;
break;
case "BAD":
$dst_category = "BAD";