From 45a5a0418983127edd5e726adf8b10cb45950cbd Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 13 Oct 2020 09:03:13 +0000 Subject: do not overwrite $x variable --- include/network.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 750d56ac3..4457f59bc 100644 --- a/include/network.php +++ b/include/network.php @@ -1120,9 +1120,9 @@ function discover_by_webbie($webbie, $protocol = '') { continue; } - $x = Libzot::import_xchan($record['data']); - if($x['success']) { - return $x['hash']; + $y = Libzot::import_xchan($record['data']); + if($y['success']) { + return $y['hash']; } } } -- cgit v1.2.3