commit | 2702a3b647785c06bf21ba0b6b36cacef2f8ee1f | [log] [tgz] |
---|---|---|
author | Ahmad Anbar <aanbar@gmail.com> | Fri Mar 14 16:53:44 2014 +0200 |
committer | Ahmad Anbar <aanbar@gmail.com> | Fri Mar 14 16:53:44 2014 +0200 |
tree | ba1f14bdcadc6eec7af2068a0f8f3221cfba7021 | |
parent | 9af0746825a1af1c463462c10bdff70f58ded72a [diff] [blame] |
Fixed coding style & line length.
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index 9c9a285..cd46a6e 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php
@@ -338,7 +338,7 @@ } // 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.