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

Update MetaGer.php

parent 59eacafc
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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] = utf8_encode($result->getLangString());
$langStrings["result_" . $id] = $result->getLangString();
$id++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment