1
0
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:
Tim Düsterhus 2011-12-05 20:25:18 +01:00
parent c4e1a2bbdc
commit c744a0ed6f

View File

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