From 149071bf0cb5f59d5462cd1857f8d95f3daa72cb Mon Sep 17 00:00:00 2001 From: gia vec Date: Sun, 29 Jul 2018 17:19:37 +0000 Subject: Update network.php (cherry picked from commit 8db006d9a1b3401f79ad0458e3a2ebae64c3575c) --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 0d37db58d..6961bf0ba 100644 --- a/include/network.php +++ b/include/network.php @@ -1937,7 +1937,7 @@ function scrape_vcard($url) { if(attribute_contains($x->getAttribute('class'),'given_name')) $ret['given_name'] = escape_tags($x->textContent); if(attribute_contains($x->getAttribute('class'),'family_name')) - $ret['family_name'] = escxape_tags($x->textContent); + $ret['family_name'] = escape_tags($x->textContent); if(attribute_contains($x->getAttribute('class'),'url')) $ret['url'] = escape_tags($x->textContent); -- cgit v1.2.3