event attendance testing continued (now works at a basic level from one direction, more testing needed)
This commit is contained in:
parent
e9f709301c
commit
eda7c5369c
@ -1456,7 +1456,7 @@ class Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($s['obj_type'] === 'Event') {
|
if($act->obj['type'] === 'Event') {
|
||||||
$s['obj'] = [];
|
$s['obj'] = [];
|
||||||
$s['obj']['asld'] = $act->obj;
|
$s['obj']['asld'] = $act->obj;
|
||||||
$s['obj']['type'] = ACTIVITY_OBJ_EVENT;
|
$s['obj']['type'] = ACTIVITY_OBJ_EVENT;
|
||||||
|
Reference in New Issue
Block a user