diff options
author | Mario <mario@mariovavti.com> | 2022-01-26 19:28:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-26 19:28:04 +0000 |
commit | 67e64287afc6c41c80065614f7beebe8a552a76b (patch) | |
tree | a0ffc3be53eda2660769914bf92bd3e038a60df2 /Zotlabs/Lib | |
parent | b022703b0b15ad8ba11c243f0274cadfae8e96c6 (diff) | |
download | volse-hubzilla-67e64287afc6c41c80065614f7beebe8a552a76b.tar.gz volse-hubzilla-67e64287afc6c41c80065614f7beebe8a552a76b.tar.bz2 volse-hubzilla-67e64287afc6c41c80065614f7beebe8a552a76b.zip |
missing define of variable, remove deprecated zot-info and ofeed from webfinger
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 2 insertions, 0 deletions
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' && |