diff --git a/includes/class-solrpower-sync.php b/includes/class-solrpower-sync.php index 4e91d601..01b00997 100644 --- a/includes/class-solrpower-sync.php +++ b/includes/class-solrpower-sync.php @@ -103,7 +103,7 @@ function handle_modified( $post_id ) { * @param integer $post_id ID for the post. */ function handle_delete( $post_id ) { - $post_info = get_post( $post_id ); + $post_info = get_post( $post_id ); if ( is_multisite() ) { $this->delete( get_current_blog_id() . '_' . $post_info->ID );