diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 3a70896..fc7f109 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -165,7 +165,7 @@ public function show() { // remove index breadcrumb WCF::getBreadcrumbs()->remove(0); parent::show(); - + if ($this->useTemplate) exit; @header('Content-type: application/json'); echo \wcf\util\JSON::encode(array( 'topic' => WCF::getLanguage()->get($this->room->topic)