Commit 5ff54283 authored by Nico Schallehn's avatar Nico Schallehn

kleiner fehler

parent b8ee444e
...@@ -777,7 +777,7 @@ class Media { ...@@ -777,7 +777,7 @@ class Media {
if($imdb->getWriter() != "n/A"){ if($imdb->getWriter() != "n/A"){
$array["autor"] = str_replace(" /", ",", $imdb->getWriter()); $array["autor"] = str_replace(" /", ",", $imdb->getWriter());
} }
$array["regisseur"] = $imdb->getDirector(); $array["regisseur"] = str_replace(" /", ",", $imdb->getDirector());
$array["land"] = $imdb->getCountry(); $array["land"] = $imdb->getCountry();
......
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