From 78658f698bdc25fc5853abf04d1bf7279c8be1d1 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 13 Apr 2014 11:38:31 +0200 Subject: [PATCH] small karma change --- application/plugins/Karma.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/plugins/Karma.php b/application/plugins/Karma.php index 3e825a22..a8d9262b 100644 --- a/application/plugins/Karma.php +++ b/application/plugins/Karma.php @@ -781,7 +781,8 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { } else { $this->maniaControl->log("Error while updating votes: " . $data->data->message); //TODO remove temp trigger - $this->maniaControl->errorHandler->triggerDebugNotice("Error while updating votes: " . $data->data->message); + $this->maniaControl->errorHandler->triggerDebugNotice("Error while updating votes: " . $data->data->message . " " . + self::MX_KARMA_URL . self::MX_KARMA_SAVEVOTES . "?sessionKey=" . urlencode($this->mxKarma['session']->sessionKey)); } } else { $this->maniaControl->log($error);