diff options
author | Mario <mario@mariovavti.com> | 2021-01-26 09:21:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-26 09:21:16 +0000 |
commit | 777af6e7ad6c6307567010cee262a0f1d8831083 (patch) | |
tree | 0c2dada74bea3bd0ac70d71a449bbb32f3706bc2 /Zotlabs/Lib/Zotfinger.php | |
parent | 4cf05891d7790716f273aaceb59db248d27b80cb (diff) | |
download | volse-hubzilla-777af6e7ad6c6307567010cee262a0f1d8831083.tar.gz volse-hubzilla-777af6e7ad6c6307567010cee262a0f1d8831083.tar.bz2 volse-hubzilla-777af6e7ad6c6307567010cee262a0f1d8831083.zip |
Libzot::fetch_conversation() fixes
Diffstat (limited to 'Zotlabs/Lib/Zotfinger.php')
-rw-r--r-- | Zotlabs/Lib/Zotfinger.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Zotfinger.php b/Zotlabs/Lib/Zotfinger.php index e853d6ebc..faaf28f35 100644 --- a/Zotlabs/Lib/Zotfinger.php +++ b/Zotlabs/Lib/Zotfinger.php @@ -34,7 +34,6 @@ class Zotfinger { $result = []; - $redirects = 0; $x = z_post_url($resource,$data,$redirects, [ 'headers' => $h ] ); |