diff --git a/Classes/Controller/InfoPageTyposcriptConfigController.php b/Classes/Controller/InfoPageTyposcriptConfigController.php index e4cc527..f9ab79e 100644 --- a/Classes/Controller/InfoPageTyposcriptConfigController.php +++ b/Classes/Controller/InfoPageTyposcriptConfigController.php @@ -172,8 +172,8 @@ public function handleRequest(ServerRequestInterface $request): ResponseInterfac $pageTsConfig = $pageTsConfig['user.'] ?? []; break; default: - // Entire array - } + // Entire array + } $this->view->assign('tree', $tmpl->ext_getObjTree($pageTsConfig, '', '', (bool)$moduleData->get('tsconf_alphaSort'), $this->currentModule->getIdentifier())); } $this->view->assign('alphaSort', BackendUtility::getFuncCheck($this->id, 'tsconf_alphaSort', (bool)$moduleData->get('tsconf_alphaSort'), '', '', 'id="checkTsconf_alphaSort"'));