diff --git a/file/lib/system/command/commands/MuteCommand.class.php b/file/lib/system/command/commands/MuteCommand.class.php index 3cddd32..96b7b45 100644 --- a/file/lib/system/command/commands/MuteCommand.class.php +++ b/file/lib/system/command/commands/MuteCommand.class.php @@ -105,7 +105,7 @@ public function getMessage() { 'link' => $this->link, 'expires' => $this->expires, 'type' => str_replace(array('chat\system\command\commands\\', 'command'), '', strtolower(get_class($this))), - 'message' => $this->suspensionMessage + 'reason' => $this->reason )); } }