From 0affc73d1d58e1e1af3bc35b69fc98f49847e593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 30 May 2013 19:32:31 +0200 Subject: [PATCH] Fix GunmuteCommand --- file/lib/system/command/commands/GunmuteCommand.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/command/commands/GunmuteCommand.class.php b/file/lib/system/command/commands/GunmuteCommand.class.php index e700b80..3ed8125 100644 --- a/file/lib/system/command/commands/GunmuteCommand.class.php +++ b/file/lib/system/command/commands/GunmuteCommand.class.php @@ -14,7 +14,7 @@ use \wcf\system\WCF; * @package be.bastelstu.chat * @subpackage system.chat.command.commands */ -class GunbanCommand extends UnmuteCommand { +class GunmuteCommand extends UnmuteCommand { /** * @see \chat\system\command\commands\UnmuteCommand::executeAction() */