From 9d3b852d380760fa6e05491df1fd9b1e02fdf7d2 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 14 Jan 2024 08:10:27 +0000 Subject: fix wrong array key --- Zotlabs/Lib/Libzot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Libzot.php') diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 41c091fb6..0d11704f1 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -777,7 +777,7 @@ class Libzot { intval($arr['public_forum']), dbesc(escape_tags($arr['primary_location']['address'])), dbesc(escape_tags($arr['primary_location']['url'])), - dbesc($arr['xchan_epubkey'] ?? ''), + dbesc($arr['ed25519_key'] ?? ''), dbesc($xchan_hash) ); -- cgit v1.2.3