Simplified structure

This commit is contained in:
Michael 2022-09-25 07:12:05 +00:00
parent e584185c0a
commit 22ed028ba1
1 changed files with 0 additions and 2 deletions

View File

@ -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')) {