1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Renaming __tostring to __toString

This commit is contained in:
Tim Düsterhus 2011-12-09 23:42:16 +01:00
parent e537788732
commit 7ead2148e4

View File

@ -56,7 +56,7 @@ public static function clearCache() {
/**
* @see \wcf\data\chat\room\ChatRoom::getTitle();
*/
public function __tostring() {
public function __toString() {
return $this->getTitle();
}