diff options
author | zotlabs <mike@macgirvin.com> | 2019-01-16 21:09:04 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-01-16 21:09:04 -0800 |
commit | eda7c5369c0228ed11ef3bddfa33d81b0c6a3747 (patch) | |
tree | ba4c070cf83b755550e273eb2f057e29f3db59ac | |
parent | e9f709301c64ca0f276e089d643da29fe8aada98 (diff) | |
download | volse-hubzilla-eda7c5369c0228ed11ef3bddfa33d81b0c6a3747.tar.gz volse-hubzilla-eda7c5369c0228ed11ef3bddfa33d81b0c6a3747.tar.bz2 volse-hubzilla-eda7c5369c0228ed11ef3bddfa33d81b0c6a3747.zip |
event attendance testing continued (now works at a basic level from one direction, more testing needed)
-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 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; |