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

test

parent f6f26e8a
...@@ -205,7 +205,7 @@ class Media { ...@@ -205,7 +205,7 @@ class Media {
if (in_array($fsk2, array(0, 6, 12,16,18))){ if (in_array($fsk2, array(0, 6, 12,16,18))){
$fsk = $fsk2; $fsk = $fsk2;
}else{ }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 = ""; $fsk = "";
$counter++; $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