From a28aaffcae9ed7e3d07a8c1a2b1a98bfbbf00175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 23 Mar 2012 18:14:33 +0100 Subject: [PATCH] Fixing Syntax-Error in IRestrictedCommand --- file/lib/system/chat/commands/IRestrictedCommand.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/system/chat/commands/IRestrictedCommand.class.php b/file/lib/system/chat/commands/IRestrictedCommand.class.php index abdb3c2..93db304 100644 --- a/file/lib/system/chat/commands/IRestrictedCommand.class.php +++ b/file/lib/system/chat/commands/IRestrictedCommand.class.php @@ -11,5 +11,5 @@ * @subpackage system.chat.commands */ interface IRestrictedCommand { - protected function checkPermission(); + function checkPermission(); }