aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-26 19:28:04 +0000
committerMario <mario@mariovavti.com>2022-01-26 19:28:04 +0000
commit67e64287afc6c41c80065614f7beebe8a552a76b (patch)
treea0ffc3be53eda2660769914bf92bd3e038a60df2 /Zotlabs/Lib/Activity.php
parentb022703b0b15ad8ba11c243f0274cadfae8e96c6 (diff)
downloadvolse-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/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php2
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' &&