Fixed typo in template path

This commit is contained in:
Jan Böhmer 2023-02-05 00:14:57 +01:00
parent 3d5bc4e514
commit 76e4002a5a

View file

@ -53,7 +53,7 @@ class ToolsController extends AbstractController
{ {
$this->denyAccessUnlessGranted('@system.server_infos'); $this->denyAccessUnlessGranted('@system.server_infos');
return $this->render('tools/server_infos/server_infos.html.twig ', [ return $this->render('tools/server_infos/server_infos.html.twig', [
//Part-DB section //Part-DB section
'git_branch' => $versionInfo->getGitBranchName(), 'git_branch' => $versionInfo->getGitBranchName(),
'git_commit' => $versionInfo->getGitCommitHash(), 'git_commit' => $versionInfo->getGitCommitHash(),