aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-14 20:23:33 +0000
committerMario <mario@mariovavti.com>2021-03-14 21:25:45 +0100
commita9a112e06358eec9040cdc03e1f7bf93ef21378d (patch)
tree35e7170b523126691243aa165c84c311edc8b837 /Zotlabs/Lib/Libzot.php
parent1e87fe6b4901aef213822abfbd1374cc09748850 (diff)
downloadvolse-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/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php1
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'];