File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function enrichActivities($activities)
104104 public function enrichAggregatedActivities ($ aggregatedActivities )
105105 {
106106 foreach ($ aggregatedActivities as $ i => $ aggregated ) {
107- $ aggregated ['activities ' ] = $ this ->wrapActivities ($ aggregated ['activities ' ]);
107+ $ aggregatedActivities [ $ i ] ['activities ' ] = $ this ->wrapActivities ($ aggregated ['activities ' ]);
108108 }
109109
110110 if (count ($ aggregatedActivities ) === 0 ) {
Original file line number Diff line number Diff line change 1- @if ($activity -> enriched () )
1+ @if (is_array ( $activity ) || $activity -> enriched () )
22 @if (isset ($prefix ) )
33 @if (array_key_exists (' activities' , $activity ) )
44 @include (" aggregated_activity.{$prefix }_{$activity [' verb' ]}" , array (' activity' => $activity ) )
You can’t perform that action at this time.
0 commit comments