Replaced missing end parenthesis
This commit is contained in:
parent
940c2369b0
commit
536d3096f2
|
@ -256,7 +256,7 @@ class WC_Cart {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Queue re-calc if subtotal is not set
|
// Queue re-calc if subtotal is not set
|
||||||
if ( ( ! $this->subtotal && ! $this->is_empty() || $update_cart_session ) {
|
if ( ( ! $this->subtotal && ! $this->is_empty() ) || $update_cart_session ) {
|
||||||
$this->calculate_totals();
|
$this->calculate_totals();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue