From 937d6cb1efef3250f68f2b943e3964473495acae Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 22 Sep 2022 06:31:35 +0000 Subject: php8: fix warnings --- Zotlabs/Lib/Libzot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Lib/Libzot.php') diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 2486f7d67..84fccd18f 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -2735,6 +2735,8 @@ class Libzot { $token = ((x($arr, 'token')) ? $arr['token'] : ''); $feed = ((x($arr, 'feed')) ? intval($arr['feed']) : 0); + $ztarget_hash = EMPTY_STR; + if ($ztarget) { $t = q("select * from hubloc where hubloc_id_url = '%s' and hubloc_network = 'zot6' limit 1", dbesc($ztarget) @@ -2742,7 +2744,6 @@ class Libzot { if ($t) { $ztarget_hash = $t[0]['hubloc_hash']; - } else { @@ -2750,7 +2751,6 @@ class Libzot { // permissions we would know about them and we only want to know who they are to // enumerate their specific permissions - $ztarget_hash = EMPTY_STR; } } -- cgit v1.2.3