Skip to content
Snippets Groups Projects
Unverified Commit 5cb6e014 authored by Dominik František Bučík's avatar Dominik František Bučík Committed by GitHub
Browse files

Merge pull request #32 from dBucik/devel

fix: :bug: Fix wrong method call to DBcmd
parents 534dc392 5cfb4793
Branches
Tags
No related merge requests found
......@@ -97,7 +97,7 @@ class Templates
}
$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['side'] = $side;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment