From: Roland Häder Date: Sun, 7 Jan 2024 06:40:51 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0257fc3d76a4898a188644e13bbd8cc838d9603;p=friendica.git Continued: - restored (maybe due to bad rebasing) - replaced double-quotes with single --- 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' => '',