Add MDCurrenciesSet for controlling currencies

This commit is contained in:
2020-08-06 23:29:23 +02:00
committed by Stefan Rohde-Enslin
parent 5abbecfad7
commit 7f4c29eff9
3 changed files with 42 additions and 2 deletions

View File

@ -24,7 +24,8 @@ class MDValueSet {
$output = [];
foreach ($keyList as $tID) {
$output[$tID] = $tlLoader->tl($tlFileName, $tlVarName, $tID);
if ($tID === "") $output[$tID] = "";
else $output[$tID] = $tlLoader->tl($tlFileName, $tlVarName, $tID);
}
asort($output);