1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Clear cache when creating a temproom.

Fixes #8
This commit is contained in:
Tim Düsterhus 2012-04-19 20:24:16 +03:00
parent 722649c1fd
commit 80ae9779f8

View File

@ -51,6 +51,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand
);
\wcf\system\acl\ACLHandler::getInstance()->save($roomID, \wcf\system\acl\ACLHandler::getInstance()->getObjectTypeID('be.bastelstu.wcf.chat.room'));
\wcf\system\chat\permission\ChatPermissionHandler::clearCache();
$this->didInit();
}