1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing Syntax-Error in IRestrictedCommand

This commit is contained in:
Tim Düsterhus 2012-03-23 18:14:33 +01:00
parent dcaac3e74e
commit a28aaffcae

View File

@ -11,5 +11,5 @@
* @subpackage system.chat.commands * @subpackage system.chat.commands
*/ */
interface IRestrictedCommand { interface IRestrictedCommand {
protected function checkPermission(); function checkPermission();
} }