aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-13 13:45:33 -0800
committerMario <mario@mariovavti.com>2018-01-14 07:46:47 +0100
commita70db805b7a7b8f428b6cd78fb5a567184530b6b (patch)
tree12e311e06600fa7129a56c85b1397617b4caf42b /Zotlabs/Web
parent750e0a8d113180bcb73a00360c75f8f1af0fd854 (diff)
downloadvolse-hubzilla-a70db805b7a7b8f428b6cd78fb5a567184530b6b.tar.gz
volse-hubzilla-a70db805b7a7b8f428b6cd78fb5a567184530b6b.tar.bz2
volse-hubzilla-a70db805b7a7b8f428b6cd78fb5a567184530b6b.zip
unexpected openssl result
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/HTTPSig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php
index 9a8c23a9b..9a6c3cd39 100644
--- a/Zotlabs/Web/HTTPSig.php
+++ b/Zotlabs/Web/HTTPSig.php
@@ -117,7 +117,7 @@ class HTTPSig {
logger('verified: ' . $x, LOGGER_DEBUG);
- if($x === false)
+ if(! intval($x))
return $result;
if(! $spoofable)