From 67e64287afc6c41c80065614f7beebe8a552a76b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 26 Jan 2022 19:28:04 +0000 Subject: missing define of variable, remove deprecated zot-info and ofeed from webfinger --- Zotlabs/Lib/Activity.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 3ba8339f6..33183de76 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2638,6 +2638,8 @@ class Activity { } } + $rawmsg = ''; + if (is_array($act->obj) && is_array($act->obj['attachment'])) { foreach($act->obj['attachment'] as $a) { if (isset($a['type']) && $a['type'] === 'PropertyValue' && -- cgit v1.2.3