From c3ecf877460f96c561702c8c0fa1c98adf827c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 17 Oct 2012 14:26:37 +0200 Subject: [PATCH] Properly extend MeCommand --- file/lib/system/chat/command/commands/FreeCommand.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/chat/command/commands/FreeCommand.class.php b/file/lib/system/chat/command/commands/FreeCommand.class.php index 392cca7..e462c78 100644 --- a/file/lib/system/chat/command/commands/FreeCommand.class.php +++ b/file/lib/system/chat/command/commands/FreeCommand.class.php @@ -10,7 +10,7 @@ * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ -class FreeCommand extends Me { +class FreeCommand extends MeCommand { public function __construct(\wcf\system\chat\command\CommandHandler $commandHandler) { parent::__construct($commandHandler);