Skip to content
Snippets Groups Projects
Verified Commit 91d1cd5c authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

Fix bug on descriptionlanguage conversion alpha2->alpha3

parent 200947eb
No related branches found
No related tags found
No related merge requests found
......@@ -668,7 +668,6 @@ abstract class abstractMessage
}
}
} elseif (is_string($content->descriptionLanguage)) {
$archive->descriptionLanguage[] = $content->descriptionLanguage;
if (strlen($content->descriptionLanguage) != 3) {
$archive->descriptionLanguage[] = $this->translateLanguage(strtolower($content->descriptionLanguage));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment