small fix
This commit is contained in:
parent
ba368be6b1
commit
812a4c0d81
@ -603,7 +603,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
|
||||
return;
|
||||
}
|
||||
|
||||
if (count($this->mxKarma['votes'] == 0)) {
|
||||
if (count($this->mxKarma['votes']) == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user