Commit 4553f99f authored by Nico Schallehn's avatar Nico Schallehn

test

parent b39f927b
......@@ -235,11 +235,11 @@ class Media {
echo $tmdb["movie_results"]["overview"]." done!".PHP_EOL;
$newData["summary"]=$tmdb["movie_results"]["overview"];
}else{
echo " fail!".PHP_EOL;
echo " fail2!".PHP_EOL;
}
}else{
var_dump($tmdb["movie_results"]);
echo " fail!".PHP_EOL;
echo " fail1!".PHP_EOL;
}
$update ="";
......
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