aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzotdir.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-03-23 22:53:29 +0100
committerMario <mario@mariovavti.com>2019-03-23 22:53:29 +0100
commit9d186e9ba3bdb206f4f85eed8662c1c87054fbdf (patch)
treefaf130b5332c30cb5b9acbee0bf2fdf1225641e6 /Zotlabs/Lib/Libzotdir.php
parent3c3a4526bf7244626898e13bd2db1d8255885ed1 (diff)
downloadvolse-hubzilla-9d186e9ba3bdb206f4f85eed8662c1c87054fbdf.tar.gz
volse-hubzilla-9d186e9ba3bdb206f4f85eed8662c1c87054fbdf.tar.bz2
volse-hubzilla-9d186e9ba3bdb206f4f85eed8662c1c87054fbdf.zip
add punify() again
Diffstat (limited to 'Zotlabs/Lib/Libzotdir.php')
-rw-r--r--Zotlabs/Lib/Libzotdir.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php
index 4e084554d..1cb52275c 100644
--- a/Zotlabs/Lib/Libzotdir.php
+++ b/Zotlabs/Lib/Libzotdir.php
@@ -307,7 +307,7 @@ class Libzotdir {
if ($ud['ud_addr'] && (! ($ud['ud_flags'] & UPDATE_FLAGS_DELETED))) {
$success = false;
- $href = \Zotlabs\Lib\Webfinger::zot_url($ud['ud_addr']);
+ $href = \Zotlabs\Lib\Webfinger::zot_url(punify($ud['ud_addr']));
if($href) {
$zf = \Zotlabs\Lib\Zotfinger::exec($href);
}
@@ -651,4 +651,4 @@ class Libzotdir {
-} \ No newline at end of file
+}