woocommerce/includes/admin/meta-boxes
James Collins 0bbb4464ab Fix 2 undefined index notices when editing/saving a product
Fixes:

Notice: Undefined index: upsell_ids in /wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 1202
Call Stack
#	Time	Memory	Function	Location
1	0.0110	486692	{main}( )	../post.php:0
2	4.7790	60047856	edit_post( ??? )	../post.php:229
3	4.7917	60075016	wp_update_post( ???, ??? )	../post.php:321
4	4.7930	60089156	wp_insert_post( ???, ??? )	../post.php:3572
5	4.9212	60223012	do_action( ???, ???, ???, ??? )	../post.php:3499
6	4.9213	60224380	call_user_func_array ( ???, ??? )	../plugin.php:496
7	4.9213	60224412	WC_Admin_Meta_Boxes->save_meta_boxes( ???, ??? )	../plugin.php:0
8	7.2460	60224516	do_action( ???, ???, ??? )	../class-wc-admin-meta-boxes.php:207
9	7.2539	60199340	call_user_func_array ( ???, ??? )	../plugin.php:496
10	7.2890	60735660	WC_Meta_Box_Product_Data::save( ???, ??? )	../plugin.php:0

( ! ) Notice: Undefined index: crosssell_ids in /wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 1203
Call Stack
#	Time	Memory	Function	Location
1	0.0110	486692	{main}( )	../post.php:0
2	4.7790	60047856	edit_post( ??? )	../post.php:229
3	4.7917	60075016	wp_update_post( ???, ??? )	../post.php:321
4	4.7930	60089156	wp_insert_post( ???, ??? )	../post.php:3572
5	4.9212	60223012	do_action( ???, ???, ???, ??? )	../post.php:3499
6	4.9213	60224380	call_user_func_array ( ???, ??? )	../plugin.php:496
7	4.9213	60224412	WC_Admin_Meta_Boxes->save_meta_boxes( ???, ??? )	../plugin.php:0
8	7.2460	60224516	do_action( ???, ???, ??? )	../class-wc-admin-meta-boxes.php:207
9	7.2539	60199340	call_user_func_array ( ???, ??? )	../plugin.php:496
10	7.2890	60735660	WC_Meta_Box_Product_Data::save( ???, ??? )	../plugin.php:0
2015-02-09 11:51:33 +08:00
..
views Docblocks 2015-02-03 14:02:38 +00:00
class-wc-meta-box-coupon-data.php Fix multiple product section in coupon section. Fixes #7170 2015-01-21 14:24:39 +00:00
class-wc-meta-box-order-actions.php Add comment #7163 2015-01-20 09:43:56 +00:00
class-wc-meta-box-order-data.php Remove datepicker icon's and use focus event 2015-01-30 12:54:33 +00:00
class-wc-meta-box-order-downloads.php Fix download save after adding with ajax 2015-02-03 10:57:43 +00:00
class-wc-meta-box-order-items.php Absolute path, Indentation & docblocks fix for includes/admin/meta-boxes/*.php :) 2014-09-21 01:50:06 +05:45
class-wc-meta-box-order-notes.php Make no order notes label more generic 2014-12-10 18:46:32 -08:00
class-wc-meta-box-order-reviews.php Reviews meta box: avoid undefined index notice 2015-01-31 14:05:51 -05:00
class-wc-meta-box-product-data.php Fix 2 undefined index notices when editing/saving a product 2015-02-09 11:51:33 +08:00
class-wc-meta-box-product-images.php undefined index when product image gallery side meta box is removed fixes 6855 2014-11-27 20:42:58 -08:00
class-wc-meta-box-product-short-description.php Absolute path, Indentation & docblocks fix for includes/admin/meta-boxes/*.php :) 2014-09-21 01:50:06 +05:45