little fixes of hopefully nil significance

This commit is contained in:
friendica
2014-03-16 20:34:21 -07:00
parent 6f9fde997b
commit ecb2e52a74
6 changed files with 19 additions and 18 deletions

View File

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