commit | 9af0746825a1af1c463462c10bdff70f58ded72a | [log] [tgz] |
---|---|---|
author | Ahmad Anbar <aanbar@gmail.com> | Fri Mar 14 15:33:18 2014 +0200 |
committer | Ahmad Anbar <aanbar@gmail.com> | Fri Mar 14 15:33:18 2014 +0200 |
tree | 57efb96ae076ed1e5bd387aa6e370df7df07f687 | |
parent | 4321cb0912ad24d78b851a9f39c688cab0341c96 [diff] |
Added missing semicolon
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index 6cc1509..9c9a285 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php
@@ -346,7 +346,7 @@ if ($items['qty'] == 0) { unset($this->_cart_contents[$items['rowid']]); - return TRUE + return TRUE; } }