diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-13 14:08:15 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-13 14:08:15 -0800 |
commit | eb3e43feec4e2de439de5398fcf498c0de5afbd4 (patch) | |
tree | b4554bf6591503c9629c7c0da88b6422da143bda /Zotlabs/Web | |
parent | 08bea83c032675e93c789070e681aab212c1d2a4 (diff) | |
download | volse-hubzilla-eb3e43feec4e2de439de5398fcf498c0de5afbd4.tar.gz volse-hubzilla-eb3e43feec4e2de439de5398fcf498c0de5afbd4.tar.bz2 volse-hubzilla-eb3e43feec4e2de439de5398fcf498c0de5afbd4.zip |
cleanup of last fix
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r-- | Zotlabs/Web/HTTPSig.php | 2 |
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) |