mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
fix -- symbol
This commit is contained in:
parent
6b18f8297c
commit
efb7ed51ab
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Comment {
|
|||
$symb = '+';
|
||||
} else if ((int)Vote::countcommrates($this->c['id'], -1) < 0) {
|
||||
$commclass = 'con';
|
||||
$symb = '-';
|
||||
$symb = '';
|
||||
} else if ((int)Vote::countcommrates($this->c['id'], -1) === 0) {
|
||||
$commclass = '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue