From df6e75e1d6eede898e663cc63b346f118767aba5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 27 Feb 2017 23:37:42 -0800 Subject: make magic-auth work with profile vcard fetch --- Zotlabs/Module/Connedit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index db1def16c..229f0dfe3 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -444,7 +444,8 @@ class Connedit extends \Zotlabs\Web\Controller { if($cmd === 'fetchvc') { $url = str_replace('/channel/','/profile/',$orig_record[0]['xchan_url']) . '/vcard'; - $x = z_fetch_url($url); + $recurse = 0; + $x = z_fetch_url(zid($url),false,$recurse,['headers' => ['Cookie: PHPSESSID=' . session_id()]]); if($x['success']) { $h = new \Zotlabs\Web\HTTPHeaders($x['header']); $fields = $h->fetch(); -- cgit v1.2.3