diff options
author | Mario <mario@mariovavti.com> | 2021-03-14 20:23:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-14 20:23:33 +0000 |
commit | ed64eba13adf55e564d127e1640409fccca00fd3 (patch) | |
tree | e2dc03df24bf03b9f04f96afebbc2245e1fecff8 /Zotlabs/Lib | |
parent | 0fbd0ca416333ee5f675651be7bce5e82aad27fe (diff) | |
download | volse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.tar.gz volse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.tar.bz2 volse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.zip |
php8: fix some undefined variables
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 6aa49c5a7..db35dfb70 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -299,7 +299,6 @@ class Libzot { } $record = Zotfinger::exec($url, $channel); - // Check the HTTP signature $hsig = $record['signature']; |