This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
See issue 1864. Bugfix for the Oembed handling.
pull/1865/head
Michael Vogel
5 years ago
parent
50dce314b2
commit
1dad181acb
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
include/oembed.php
+ 0
- 3
include/oembed.php
View File
@ -67,9 +67,6 @@ function oembed_fetch_url($embedurl, $no_rich_type = false){
$txt
=
trim
(
$txt
);
if
(
$txt
==
false
||
$txt
==
"
"
)
return
false
;
if
(
$txt
[
0
]
!=
"
{
"
)
$txt
=
'{"type":"error"}'
;
else
//save in cache
Write
Preview
Loading…
Cancel
Save