Commit 2cbce295 authored by Nico Schallehn's avatar Nico Schallehn

test

parent e9544d0b
......@@ -182,7 +182,7 @@ class Media {
//$array["rating"] = $imdb->getRating();
//$array["Genre"] = $imdb->getGenre();
//$array["Schauspieler"] = $imdb->getCastAsOwn(0, false);
$fsk = $imdb->getAll();
$fsk = $imdb->getCertification();
var_dump($fsk);
} else{
echo $this->Console->error("imdbID nicht bei imdb gefunden!").PHP_EOL;
......
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