mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fixing toString of ChatRoom
This commit is contained in:
parent
c4e1a2bbdc
commit
c744a0ed6f
@ -57,7 +57,7 @@ public static function clearCache() {
|
||||
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
||||
*/
|
||||
public function __tostring() {
|
||||
return $this->getTitle;
|
||||
return $this->getTitle();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user