minor adjustments

This commit is contained in:
Steffen Schröder
2014-06-12 15:46:24 +02:00
parent d44de5f49e
commit e202ce9f86
4 changed files with 4 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
$this->mxKarmaOpenSession();
$this->mxKarma['startTime'] = time();
//Check if Karma Code got specified, and inform admin that it would be good to specifiy one
//Check if Karma Code got specified, and inform admin that it would be good to specify one
$serverLogin = $this->maniaControl->server->login;
$karmaSettingName = self::buildKarmaSettingName($serverLogin);
$mxKarmaCode = $this->maniaControl->settingManager->getSettingValue($this, $karmaSettingName);