diff --git a/file/lib/data/chat/room/ChatRoom.class.php b/file/lib/data/chat/room/ChatRoom.class.php index 594e8ae..4a4ed0d 100644 --- a/file/lib/data/chat/room/ChatRoom.class.php +++ b/file/lib/data/chat/room/ChatRoom.class.php @@ -56,8 +56,8 @@ public static function clearCache() { /** * @see \wcf\data\chat\room\ChatRoom::getTitle(); */ - public function __tostring() { - return $this->getTitle; + public function __toString() { + return $this->getTitle(); } /** diff --git a/option.xml b/option.xml new file mode 100644 index 0000000..8b467f8 --- /dev/null +++ b/option.xml @@ -0,0 +1,19 @@ + + + + + + + chat + + + + + + + + \ No newline at end of file