small fix

This commit is contained in:
kremsy
2014-03-05 20:56:08 +01:00
committed by Steffen Schröder
parent 09746110f5
commit ba570cd3e2
2 changed files with 4 additions and 4 deletions

View File

@ -576,7 +576,6 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
$query = self::MX_KARMA_URL . self::MX_KARMA_STARTSESSION;
$query .= '?serverLogin=' . $serverLogin;
$query .= '&applicationIdentifier=' . urlencode($applicationIdentifier);
$query .= '&game=sm';
$query .= '&testMode=' . $testMode;