From 7ead2148e40306ea8c2df0522831a6de4c498dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 9 Dec 2011 23:42:16 +0100 Subject: [PATCH] Renaming __tostring to __toString --- file/lib/data/chat/room/ChatRoom.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/data/chat/room/ChatRoom.class.php b/file/lib/data/chat/room/ChatRoom.class.php index 0c8b62a..4a4ed0d 100644 --- a/file/lib/data/chat/room/ChatRoom.class.php +++ b/file/lib/data/chat/room/ChatRoom.class.php @@ -56,7 +56,7 @@ public static function clearCache() { /** * @see \wcf\data\chat\room\ChatRoom::getTitle(); */ - public function __tostring() { + public function __toString() { return $this->getTitle(); }