aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot/Finger.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-07 18:52:18 -0700
committerzotlabs <mike@macgirvin.com>2017-09-07 18:52:18 -0700
commit1fbb1e6c2a665159d0085217c9b73d571e360256 (patch)
tree3a6d075cdfbca0f7fb15b989ee7b6fb191f3bb67 /Zotlabs/Zot/Finger.php
parent7e9162ef06b4719723941679e55af079421ae475 (diff)
downloadvolse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.tar.gz
volse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.tar.bz2
volse-hubzilla-1fbb1e6c2a665159d0085217c9b73d571e360256.zip
initial testing success with owa
Diffstat (limited to 'Zotlabs/Zot/Finger.php')
-rw-r--r--Zotlabs/Zot/Finger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Finger.php b/Zotlabs/Zot/Finger.php
index dab7d9e01..348171bdc 100644
--- a/Zotlabs/Zot/Finger.php
+++ b/Zotlabs/Zot/Finger.php
@@ -123,7 +123,7 @@ class Finger {
$x = json_decode($result['body'], true);
$verify = \Zotlabs\Web\HTTPSig::verify($result,(($x) ? $x['key'] : ''));
-
+
if($x && (! $verify['header_valid'])) {
$signed_token = ((is_array($x) && array_key_exists('signed_token', $x)) ? $x['signed_token'] : null);
if($signed_token) {