X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FParseUrl.php;h=7ccc8bd5707dcd1e269afb8b96cdc6e1dc38df72;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=7138238d85965b9815196c0e5ae8aee86f8d9029;hpb=262ee2b0b1a62dfcf78eca01a741d3cecfb34a40;p=friendica.git diff --git a/src/Module/ParseUrl.php b/src/Module/ParseUrl.php index 7138238d85..7ccc8bd570 100644 --- a/src/Module/ParseUrl.php +++ b/src/Module/ParseUrl.php @@ -1,6 +1,6 @@ $url]; $ret['success'] = true; } else { - $siteinfo = Util\ParseUrl::getSiteinfoCached($url); - unset($siteinfo['keywords']); $ret['data'] = $siteinfo;