From d0257fc3d76a4898a188644e13bbd8cc838d9603 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 7 Jan 2024 07:40:51 +0100 Subject: [PATCH] Continued: - restored (maybe due to bad rebasing) - replaced double-quotes with single --- src/Module/Conversation/Channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Conversation/Channel.php b/src/Module/Conversation/Channel.php index 0baa40f7f1..dae6544c01 100644 --- a/src/Module/Conversation/Channel.php +++ b/src/Module/Conversation/Channel.php @@ -92,7 +92,7 @@ class Channel extends Timeline $this->parseRequest($request); - $t = Renderer::getMarkupTemplate("community.tpl"); + $t = Renderer::getMarkupTemplate('community.tpl'); $o = Renderer::replaceMacros($t, [ '$content' => '', '$header' => '', -- 2.39.5