bayes: fix typo

master
Andrew Dolgov 10 years ago
parent a72cd54ce1
commit 21111f62ff

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

Loading…
Cancel
Save