diff options
author | friendica <info@friendica.com> | 2012-02-17 10:13:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-17 10:13:34 -0800 |
commit | 184f6165fc41d8dcbbecffa933f640995f741fda (patch) | |
tree | 172655d1e8fddfea2fd51a25d6a087d601d9c6a6 | |
parent | 346b44fbf674b4e0596833dd6233fbc2b959d218 (diff) | |
parent | 5bbc2e820b1578f82ff86cdfd6cec7464714c10f (diff) | |
download | volse-hubzilla-184f6165fc41d8dcbbecffa933f640995f741fda.tar.gz volse-hubzilla-184f6165fc41d8dcbbecffa933f640995f741fda.tar.bz2 volse-hubzilla-184f6165fc41d8dcbbecffa933f640995f741fda.zip |
Merge branch 'pull'
-rwxr-xr-x | include/oembed.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/oembed.php b/include/oembed.php index af3413a25..5c3c595f5 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -11,11 +11,6 @@ function oembed_replacecb($matches){ function oembed_fetch_url($embedurl){ - - if(! strpos('://',$embedurl)) { - // this may be wrong but it's already wrong, we can only guess - $embedurl = 'http://' . $embedurl; - } $txt = Cache::get($embedurl); |