Commit 693a3433 authored by Nico Schallehn's avatar Nico Schallehn

test

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