From f020c8a20f55a2ab95390fc5be4e8cb080d49f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 27 Dec 2011 14:39:42 +0100 Subject: [PATCH] Adding missing space --- file/lib/system/chat/commands/commands/Me.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/chat/commands/commands/Me.class.php b/file/lib/system/chat/commands/commands/Me.class.php index c0e79c8..a7864d7 100644 --- a/file/lib/system/chat/commands/commands/Me.class.php +++ b/file/lib/system/chat/commands/commands/Me.class.php @@ -25,6 +25,6 @@ public function getType() { * @see \wcf\system\chat\commands\ICommand::getMessage() */ public function getMessage() { - return$this->commandHandler->getParameters(); + return $this->commandHandler->getParameters(); } }