Commit c9612a1e authored by Nico Schallehn's avatar Nico Schallehn

test

parent b799c8b5
......@@ -402,7 +402,7 @@ class Media {
foreach ($Schauspieler as $value) {
$value = explode(">", $value);
$Schauspieler[trim($value[0])] = array(trim($value[1]),trim(array_search(trim($value[1]), $SchauspielerRollen)));
$array["Schauspieler"][trim($value[0])] = array(trim($value[1]),trim(array_search(trim($value[1]), $SchauspielerRollen)));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment