diff --git a/file/lib/data/chat/room/ChatRoom.class.php b/file/lib/data/chat/room/ChatRoom.class.php index 594e8ae..0c8b62a 100644 --- a/file/lib/data/chat/room/ChatRoom.class.php +++ b/file/lib/data/chat/room/ChatRoom.class.php @@ -57,7 +57,7 @@ public static function clearCache() { * @see \wcf\data\chat\room\ChatRoom::getTitle(); */ public function __tostring() { - return $this->getTitle; + return $this->getTitle(); } /**