aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-16 21:09:04 -0800
committerzotlabs <mike@macgirvin.com>2019-01-16 21:09:04 -0800
commiteda7c5369c0228ed11ef3bddfa33d81b0c6a3747 (patch)
treeba4c070cf83b755550e273eb2f057e29f3db59ac /Zotlabs
parente9f709301c64ca0f276e089d643da29fe8aada98 (diff)
downloadvolse-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)
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Activity.php2
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;