Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
fix: πŸ› Fix wrong method call to DBcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dBucik committed Sep 1, 2022
1 parent 534dc39 commit 5cfb479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stats/Templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function showDetail($side)
}
$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;
Expand Down

0 comments on commit 5cfb479

Please # to comment.