mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-22 18:19:34 +00:00
Fixed typo in template path
This commit is contained in:
parent
3d5bc4e514
commit
76e4002a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue