aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ZotURL.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-20 20:17:50 +0000
committerMario <mario@mariovavti.com>2021-01-20 20:17:50 +0000
commitb242347fa1d41695edcdc378a2403b1621303da2 (patch)
tree6e800d8a5d5b53f4552f620b1f7435b03e38042e /Zotlabs/Lib/ZotURL.php
parent4e9d8e1a8342d7ae603a3d6caf714ce8b43b00ac (diff)
downloadvolse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.tar.gz
volse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.tar.bz2
volse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.zip
onepoll via zot6 to /zotfeed which implements an outbox
Diffstat (limited to 'Zotlabs/Lib/ZotURL.php')
-rw-r--r--Zotlabs/Lib/ZotURL.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ZotURL.php b/Zotlabs/Lib/ZotURL.php
index 98d1febe5..fa3959f69 100644
--- a/Zotlabs/Lib/ZotURL.php
+++ b/Zotlabs/Lib/ZotURL.php
@@ -23,9 +23,10 @@ class ZotURL {
$portable_url = substr($url,6);
$u = explode('/',$portable_url);
$portable_id = $u[0];
+ hz_syslog(print_r($u,true));
$hosts = self::lookup($portable_id);
-
+ hz_syslog(print_r($hosts,true));
if(! $hosts) {
return $ret;
}