See issue 1864. Bugfix for the Oembed handling.

This commit is contained in:
Michael Vogel 2015-08-28 11:39:52 +02:00
parent 50dce314b2
commit 1dad181acb
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ function oembed_fetch_url($embedurl, $no_rich_type = false){
$txt=trim($txt); $txt=trim($txt);
if ($txt==false || $txt=="")
return false;
if ($txt[0]!="{") if ($txt[0]!="{")
$txt='{"type":"error"}'; $txt='{"type":"error"}';
else //save in cache else //save in cache