aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgia vec <giavec@protonmail.com>2018-07-29 19:19:37 +0200
committergia vec <giavec@protonmail.com>2018-07-29 19:19:37 +0200
commit8db006d9a1b3401f79ad0458e3a2ebae64c3575c (patch)
treeeb59c9b8aa96fc2d680dd47690f98ea65421a034
parentd00761628fa7bb70cfa203dbd328cc5dfeb6c481 (diff)
downloadvolse-hubzilla-8db006d9a1b3401f79ad0458e3a2ebae64c3575c.tar.gz
volse-hubzilla-8db006d9a1b3401f79ad0458e3a2ebae64c3575c.tar.bz2
volse-hubzilla-8db006d9a1b3401f79ad0458e3a2ebae64c3575c.zip
Update network.php
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
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);