From eda7c5369c0228ed11ef3bddfa33d81b0c6a3747 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 16 Jan 2019 21:09:04 -0800 Subject: event attendance testing continued (now works at a basic level from one direction, more testing needed) --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index f87dd6b15..154421b6a 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1456,7 +1456,7 @@ class Activity { } - if($s['obj_type'] === 'Event') { + if($act->obj['type'] === 'Event') { $s['obj'] = []; $s['obj']['asld'] = $act->obj; $s['obj']['type'] = ACTIVITY_OBJ_EVENT; -- cgit v1.2.3