Commit 7ccbd1e3 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f6f26e8a
......@@ -205,7 +205,7 @@ class Media {
if (in_array($fsk2, array(0, 6, 12,16,18))){
$fsk = $fsk2;
}else{
echo $this->Console->error("keine fsk gefunden!").PHP_EOL;
echo $this->Console->error("keine fsk gefunden für imdbID ".$Film["imdbID"]."!").PHP_EOL;
$fsk = "";
$counter++;
}
......
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