X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FParseUrl.php;h=0b1548ed5ef4f00964fb71e3308818f019b12d04;hb=e34795762d72347746bd506f253495da7d0ab329;hp=7138238d85965b9815196c0e5ae8aee86f8d9029;hpb=262ee2b0b1a62dfcf78eca01a741d3cecfb34a40;p=friendica.git diff --git a/src/Module/ParseUrl.php b/src/Module/ParseUrl.php index 7138238d85..0b1548ed5e 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;