aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-13 14:08:15 -0800
committerMario <mario@mariovavti.com>2018-01-14 07:46:59 +0100
commit84105c3b05c513bc1594ef99be9ed63b8a8f1a18 (patch)
tree4884243a5b0e930b17d9d5eb1cd88523f525ab5c /Zotlabs/Web
parenta70db805b7a7b8f428b6cd78fb5a567184530b6b (diff)
downloadvolse-hubzilla-3.0.1.tar.gz
volse-hubzilla-3.0.1.tar.bz2
volse-hubzilla-3.0.1.zip
cleanup of last fix3.0.1
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 9a6c3cd39..63033ce5e 100644
--- a/Zotlabs/Web/HTTPSig.php
+++ b/Zotlabs/Web/HTTPSig.php
@@ -117,7 +117,7 @@ class HTTPSig {
logger('verified: ' . $x, LOGGER_DEBUG);
- if(! intval($x))
+ if(! $x)
return $result;
if(! $spoofable)