aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-30 18:11:49 -0700
committerzotlabs <mike@macgirvin.com>2018-07-30 18:11:49 -0700
commit0cfaf34a2284094d819548d8f6481e3a0d8ae59f (patch)
tree18b687d6b9b531fe70a933e7fe5d6195e02b3412 /include
parente8aeecc4c9842d4c6b25f7b488ede9644afc5d78 (diff)
parent4e402dca7de0526b969c39d161fd715b9809ca96 (diff)
downloadvolse-hubzilla-0cfaf34a2284094d819548d8f6481e3a0d8ae59f.tar.gz
volse-hubzilla-0cfaf34a2284094d819548d8f6481e3a0d8ae59f.tar.bz2
volse-hubzilla-0cfaf34a2284094d819548d8f6481e3a0d8ae59f.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'include')
-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);