diff --git a/includes/handler/class-follow.php b/includes/handler/class-follow.php index a14b36f..4e97653 100644 --- a/includes/handler/class-follow.php +++ b/includes/handler/class-follow.php @@ -61,7 +61,7 @@ class Follow { $follow_request = Follow_Request::save( $follower, $user_id, $activity['id'] ); if ( ! $user->get_manually_approves_followers() ) { - $follow_request->accept(); + $follow_request->approve(); } }