summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cart.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Cart.php')
-rw-r--r--system/libraries/Cart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php
index 9c9a285cd..cd46a6ef6 100644
--- a/system/libraries/Cart.php
+++ b/system/libraries/Cart.php
@@ -338,7 +338,7 @@ class CI_Cart {
}
// Prep the quantity
- if ( isset($items['qty']) )
+ if (isset($items['qty']))
{
$items['qty'] = (float) $items['qty'];
// Is the quantity zero? If so we will remove the item from the cart.