Missing variable

This commit is contained in:
Mike Jolley 2016-12-20 12:48:13 +00:00
parent f67f013957
commit 2f9aeed248
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
$product->apply_changes();
$this->clear_caches( $product );
do_action( 'woocommerce_update_' . $post_type, $product->get_id() );
do_action( 'woocommerce_update_product', $product->get_id() );
}
/**