From: Michael Date: Sun, 25 Sep 2022 07:12:05 +0000 (+0000) Subject: Simplified structure X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=22ed028ba14987d07502106e8ffffddd387ff52f;p=friendica.git Simplified structure --- diff --git a/src/Module/Conversation/Community.php b/src/Module/Conversation/Community.php index 646b269077..8d73f825f9 100644 --- a/src/Module/Conversation/Community.php +++ b/src/Module/Conversation/Community.php @@ -64,8 +64,6 @@ class Community extends BaseModule if (DI::pConfig()->get(local_user(), 'system', 'infinite_scroll')) { $tpl = Renderer::getMarkupTemplate('infinite_scroll_head.tpl'); $o .= Renderer::replaceMacros($tpl, ['$reload_uri' => DI::args()->getQueryString()]); - } else { - $o .= ''; } if (empty($_GET['mode']) || ($_GET['mode'] != 'raw')) {