Skip to content

Commit

Permalink
Importer product instance
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 4, 2017
1 parent cc50ebf commit 31253c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wc-gzd-admin-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private function import_single_product_data( $product ) {

// Save
if ( sizeof( $save ) > 3 ) {
WC_Germanized_Meta_Box_Product_Data::save_product_data( wc_gzd_get_crud_data( $product, 'id' ), $save, ( $product->is_type( 'variation' ) ) );
WC_Germanized_Meta_Box_Product_Data::save_product_data( $product, $save, ( $product->is_type( 'variation' ) ) );
}

}
Expand Down

0 comments on commit 31253c2

Please sign in to comment.