From 812a4c0d81c210346abeef653f40b4f334b89d66 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 23 Feb 2014 23:53:21 +0100 Subject: [PATCH] small fix --- application/plugins/Karma.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/plugins/Karma.php b/application/plugins/Karma.php index ca73b98b..e2f44303 100644 --- a/application/plugins/Karma.php +++ b/application/plugins/Karma.php @@ -603,7 +603,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { return; } - if (count($this->mxKarma['votes'] == 0)) { + if (count($this->mxKarma['votes']) == 0) { return; }