diff options
author | Mario <mario@mariovavti.com> | 2021-03-14 20:23:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-14 21:25:45 +0100 |
commit | a9a112e06358eec9040cdc03e1f7bf93ef21378d (patch) | |
tree | 35e7170b523126691243aa165c84c311edc8b837 /Zotlabs/Lib | |
parent | 1e87fe6b4901aef213822abfbd1374cc09748850 (diff) | |
download | volse-hubzilla-a9a112e06358eec9040cdc03e1f7bf93ef21378d.tar.gz volse-hubzilla-a9a112e06358eec9040cdc03e1f7bf93ef21378d.tar.bz2 volse-hubzilla-a9a112e06358eec9040cdc03e1f7bf93ef21378d.zip |
php8: fix some undefined variables
(cherry picked from commit ed64eba13adf55e564d127e1640409fccca00fd3)
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']; |