diff options
author | Andrew Seymour <commit@andrewseymour.co.uk> | 2011-12-13 16:52:50 +0100 |
---|---|---|
committer | Andrew Seymour <commit@andrewseymour.co.uk> | 2011-12-13 16:52:50 +0100 |
commit | fefff9fcdfc26676b8c57653c3d8176b729901b2 (patch) | |
tree | 9eee30f69ed2c245e5a01c3eae66ab40f809e534 /system/libraries | |
parent | 3dd66631330841e4d0e29a95fc279a5d5cc921f2 (diff) |
Spacing added, @philsturgeon is too picky!
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Cart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index f9f3bca47..997b9b8de 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php @@ -244,7 +244,7 @@ class CI_Cart { // Now that we have our unique "row ID", we'll add our cart items to the master array // grab quantity if it's already there and add it on - if(isset($this->_cart_contents[$rowid]['qty'])) + if( isset($this->_cart_contents[$rowid]['qty'])) { // set our old quantity $old_quantity = (int)$this->_cart_contents[$rowid]['qty']; |