diff options
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 93135134d..5f5a4c003 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1036,7 +1036,7 @@ class Activity { $cnv = IConfig::Get($i['parent'], 'activitypub', 'context'); if (!$cnv) { - $cnv = $item['parent_mid']; + $cnv = $i['parent_mid']; } } |