mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-24 02:20:39 +00:00
Fixing toString of ChatRoom
This commit is contained in:
parent
c4e1a2bbdc
commit
c744a0ed6f
@ -57,7 +57,7 @@ class ChatRoom extends \wcf\data\DatabaseObject implements \wcf\system\request\I
|
||||
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
||||
*/
|
||||
public function __tostring() {
|
||||
return $this->getTitle;
|
||||
return $this->getTitle();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user