1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix MuteCommand

This commit is contained in:
Maximilian Mader 2013-06-22 14:21:15 +02:00
parent 0e2216096c
commit 303eb80ee5

View File

@ -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
));
}
}