Fix langfile embedding in availableFields
phpcs-errors:226 phpunit-status:successful phpstan-errors:199
This commit is contained in:
parent
294efef585
commit
5eec9454a9
|
@ -1 +1 @@
|
|||
Subproject commit 54c4c7226e106230108aaf3697227249c0576466
|
||||
Subproject commit 63a9c1988fe2d13d8d138877032dd2342e322474
|
|
@ -1 +1 @@
|
|||
Subproject commit 49ab75afe8605ff2703a3094561ad4cc01ab2952
|
||||
Subproject commit 0bfd6c3765fccf9be52b20fa95d9fd70b52aa729
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user