fix -- symbol

This commit is contained in:
themohooks 2024-07-12 00:26:43 +03:00
parent 6b18f8297c
commit efb7ed51ab

View file

@ -30,7 +30,7 @@ class Comment {
$symb = '+'; $symb = '+';
} else if ((int)Vote::countcommrates($this->c['id'], -1) < 0) { } else if ((int)Vote::countcommrates($this->c['id'], -1) < 0) {
$commclass = 'con'; $commclass = 'con';
$symb = '-'; $symb = '';
} else if ((int)Vote::countcommrates($this->c['id'], -1) === 0) { } else if ((int)Vote::countcommrates($this->c['id'], -1) === 0) {
$commclass = ''; $commclass = '';
} }