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 20:23:33 +0000
commited64eba13adf55e564d127e1640409fccca00fd3 (patch)
treee2dc03df24bf03b9f04f96afebbc2245e1fecff8 /Zotlabs/Lib/Libzot.php
parent0fbd0ca416333ee5f675651be7bce5e82aad27fe (diff)
downloadvolse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.tar.gz
volse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.tar.bz2
volse-hubzilla-ed64eba13adf55e564d127e1640409fccca00fd3.zip
php8: fix some undefined variables
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'];