Skip to content
Snippets Groups Projects
Commit 64e54940 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update MetaGer.php

parent dfae1eb2
No related branches found
No related tags found
1 merge request!697Development
......@@ -291,7 +291,7 @@ class MetaGer
# Wir geben jedem Ergebnis eine ID um später die Sprachcodes zuordnen zu können
$result->id = $id;
$langStrings["result_" . $id] = $result->getLangString();
$langStrings["result_" . $id] = utf8_encode($result->getLangString());
$id++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment