more work on oembed from /display

This commit is contained in:
zotlabs
2017-08-21 15:00:45 -07:00
parent 9d5b6858ea
commit 894f0156af
3 changed files with 10 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ class Linkinfo extends \Zotlabs\Web\Controller {
echo $arr['text'];
killme();
}
if($process_oembed) {
$x = oembed_process($url);
if($x) {