1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-22 02:00:40 +00:00

Use language-specific title

This commit is contained in:
Tim Düsterhus 2011-12-10 21:51:44 +01:00
parent 0eb439e75f
commit 136bdde006

View File

@ -66,7 +66,7 @@ class ChatRoom extends \wcf\data\DatabaseObject implements \wcf\system\request\I
* @see \wcf\system\request\IRouteController
*/
public function getTitle() {
return $this->title;
return WCF::getLanguage()->get($this->title);
}
/**