bayes: fix typo

master
Andrew Dolgov 9 years ago
parent a72cd54ce1
commit 21111f62ff

@ -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";

Loading…
Cancel
Save