Commit 10c54dac authored by Nico Schallehn's avatar Nico Schallehn

test

parent f73baec9
...@@ -779,7 +779,7 @@ class Media { ...@@ -779,7 +779,7 @@ class Media {
} }
$array["regisseur"] = $imdb->getDirector(); $array["regisseur"] = $imdb->getDirector();
$array["land"] = getCountry(); $array["land"] = $imdb->getCountry();
var_dump($array); var_dump($array);
exit; exit;
......
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