Fix yaml parse

This commit is contained in:
Alexander Minkin 2021-09-18 01:25:32 +03:00 committed by GitHub
parent 9578759f17
commit cebcf2aad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ function setLanguage($lg): void
function getLanguages(): array
{
return yaml_parse_file(OPENVK_ROOT . "/locales/list.yml")['list'];
return chandler_parse_yaml(OPENVK_ROOT . "/locales/list.yml")['list'];
}
function isLanguageAvailable($lg): bool