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:
commit
c2d5588f97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user