bayes: fix typo
This commit is contained in:
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…
Reference in New Issue