aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/HTTPSig.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-15 21:49:28 -0800
committerzotlabs <mike@macgirvin.com>2018-01-15 21:49:28 -0800
commit05f9f0a393d7e414481f3e33e651d33f341e59b0 (patch)
tree093113813f751891d6f1686e9351727b449c102b /Zotlabs/Web/HTTPSig.php
parent76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f (diff)
parent746ea5a3691a67ceb176352e8b6fcfe0f2dc99d6 (diff)
downloadvolse-hubzilla-05f9f0a393d7e414481f3e33e651d33f341e59b0.tar.gz
volse-hubzilla-05f9f0a393d7e414481f3e33e651d33f341e59b0.tar.bz2
volse-hubzilla-05f9f0a393d7e414481f3e33e651d33f341e59b0.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Web/HTTPSig.php')
-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..63033ce5e 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(! $x)
return $result;
if(! $spoofable)