Skip to content
Snippets Groups Projects
Verified Commit 5cfb4793 authored by Dominik František Bučík's avatar Dominik František Bučík
Browse files

fix: :bug: Fix wrong method call to DBcmd

parent 534dc392
No related branches found
No related tags found
1 merge request!32fix: 🐛 Fix wrong method call to DBcmd
...@@ -97,7 +97,7 @@ class Templates ...@@ -97,7 +97,7 @@ class Templates
} }
$t->data['head'] .= Utils::metaData('translations', $translations); $t->data['head'] .= Utils::metaData('translations', $translations);
$name = $dbCmd->getNameById($side, $id); $name = $dbCmd->getEntityNameByEntityIdentifier($side, $id);
$t->data['header'] = $t->t('{proxystatistics:stats:' . $side . 'Detail_header_name}') . $name; $t->data['header'] = $t->t('{proxystatistics:stats:' . $side . 'Detail_header_name}') . $name;
$t->data['side'] = $side; $t->data['side'] = $side;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment