bayes: fix typo

This commit is contained in:
Andrew Dolgov 2015-06-17 22:09:02 +03:00
parent a72cd54ce1
commit 21111f62ff
1 changed files with 1 additions and 1 deletions

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