Skip to content

Commit

Permalink
resolve fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Jun 28, 2024
1 parent e474219 commit dbc5104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/classes/PullListTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ public function prepare_items() {
$remote_get_args['post_type'] = [ $remote_get_args['post_type'] ];
}

$total_items = 0;
$total_items = 0;
$response_data = array();

// Setup remote connection from the connection object.
$remote_get = $connection_now->remote_get( $remote_get_args );
Expand Down

0 comments on commit dbc5104

Please sign in to comment.