mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fixed comment
This commit is contained in:
parent
d264a6be08
commit
a1f939d763
@ -8,7 +8,7 @@
|
||||
* @author Tim Düsterhus
|
||||
* @copyright 2010-2012 Tim Düsterhus
|
||||
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||
* @package be.bastelstu.wcf.chat
|
||||
* @package timwolla.wcf.chat
|
||||
* @subpackage data.chat.room
|
||||
*/
|
||||
class ChatRoomAction extends \wcf\data\AbstractDatabaseObjectAction {
|
||||
@ -28,7 +28,7 @@ class ChatRoomAction extends \wcf\data\AbstractDatabaseObjectAction {
|
||||
protected $permissionsUpdate = array('admin.content.chat.canEditRoom');
|
||||
|
||||
/**
|
||||
* Fixes create to append new boards.
|
||||
* Fixes create to append new rooms.
|
||||
*/
|
||||
public function create() {
|
||||
$room = parent::create();
|
||||
|
Loading…
Reference in New Issue
Block a user