Skip to content

Commit b5d1cbd

Browse files
committed
insert activity
1 parent 5d6b9c4 commit b5d1cbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

classes/class-suggested-tasks.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ public function maybe_complete_task() {
552552

553553
if ( ! $this->was_task_completed( $task_id ) ) {
554554
$this->mark_task_as( 'pending_celebration', $task_id );
555+
556+
// Insert an activity.
557+
$this->insert_activity( $task_id );
555558
}
556559
}
557560

0 commit comments

Comments
 (0)