missing semicolon

This commit is contained in:
Mike Jolley 2015-03-25 11:10:33 +00:00
parent d08e099bfc
commit db8fb5afbe
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Maintain the old coupon logic for upgrades
update_option( 'woocommerce_calc_discounts_sequentially', 'yes' )
update_option( 'woocommerce_calc_discounts_sequentially', 'yes' );