From cfd0dc1bffb8f7151db670af26f89a3a746fd88d Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 24 Feb 2013 20:21:37 -0800 Subject: little fixes --- mod/oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/oembed.php') diff --git a/mod/oembed.php b/mod/oembed.php index 720a6d72b..adda63cf2 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -19,7 +19,7 @@ function oembed_init(&$a){ else { echo ""; - $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); -- cgit v1.2.3