aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-05 18:56:25 -0700
committerzotlabs <mike@macgirvin.com>2017-09-05 18:56:25 -0700
commit7dc99cb4a4b3852e5c16ab71a7bac0e3dca1b2f4 (patch)
tree6acaaa0a9d7390f26d979123ac95f769b647d65e /Zotlabs
parent45eb61bcf079557094fed8714afc994f1120e6db (diff)
downloadvolse-hubzilla-7dc99cb4a4b3852e5c16ab71a7bac0e3dca1b2f4.tar.gz
volse-hubzilla-7dc99cb4a4b3852e5c16ab71a7bac0e3dca1b2f4.tar.bz2
volse-hubzilla-7dc99cb4a4b3852e5c16ab71a7bac0e3dca1b2f4.zip
typo
Diffstat (limited to 'Zotlabs')
-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 e205b136f..dab7d9e01 100644
--- a/Zotlabs/Zot/Finger.php
+++ b/Zotlabs/Zot/Finger.php
@@ -122,7 +122,7 @@ class Finger {
$x = json_decode($result['body'], true);
- $verify = \Zotlabs\Web\HTTPSig::verify($result,(($x) ? $x['key'] : '');
+ $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);