1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Merge branch 'master' into chatTemplate

This commit is contained in:
Tim Düsterhus 2011-12-10 21:55:45 +01:00
commit c2d5588f97

View File

@ -183,7 +183,7 @@ public function show() {
if ($this->useTemplate) exit;
@header('Content-type: application/json');
echo \wcf\util\JSON::encode(array(
'title' => WCF::getLanguage()->get($this->room->title),
'title' => $this->room->getTitle(),
'topic' => WCF::getLanguage()->get($this->room->topic)
));
exit;