Fix langfile embedding in availableFields

phpcs-errors:226 phpunit-status:successful phpstan-errors:199
This commit is contained in:
2020-09-11 16:48:23 +02:00
committed by Stefan Rohde-Enslin
parent 294efef585
commit 5eec9454a9
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ foreach (array_diff(scandir(__DIR__ . "/langfiles/$lang/"), ['.', '..']) as $fil
require __DIR__ . "/commonservices/$lang/search_all_fields.php";
require __DIR__ . "/commonservices/units.php";
require __DIR__ . "/langfiles/$lang/eventtype_name.php";
require __DIR__ . "/../classes/MDAllowedValueSets/l18n/$lang/eventtype_name.php";
$currencies = MDCurrenciesSet::getSortedList($tlLoader);