little fixes

This commit is contained in:
friendica
2013-02-24 20:21:37 -08:00
parent 32aef838f8
commit cfd0dc1bff
4 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ function oembed_init(&$a){
else {
echo "<html><body>";
$url = base64url_decode($argv(1));
$url = base64url_decode(argv(1));
$j = oembed_fetch_url($url);
echo $j->html;
// logger('mod-oembed ' . $j->html, LOGGER_ALL);