New interface didn't pass correct value to old hook. Closes #2520.

This commit is contained in:
Mike Jolley 2013-02-25 10:12:45 +00:00
parent aa250f35a7
commit 48a4ce1384
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@ function woocommerce_process_shop_order_meta( $post_id, $post ) {
}
}
do_action( 'woocommerce_after_resend_order_emails', $order, $resend_emails );
do_action( 'woocommerce_after_resend_order_email', $order, $email_to_send );
} else {