summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-12-22 14:46:38 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-12-22 14:46:38 +0100
commit624813359d4dd641c64a6cbd06d24e0712723df9 (patch)
tree656cd8a93b4b6e0a33c23c7d2c16b9109ddd2934 /user_guide_src
parentfec2f59721af5721ede0d2b60075910a6b646c03 (diff)
parent17779d6163aa3a2b0544a45f7159717c95a23c2f (diff)
Merge pull request #807 from narfbg/develop-cart
Improve the Cart library.
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 62f60b1bb..8a7109feb 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -75,6 +75,7 @@ Bug fixes for 3.0
- Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table.
- Bug #795 - Fixed form method and accept-charset when passing an empty array.
- Bug #797 - timespan was using incorrect seconds for year and month.
+- Fixed a bug in CI_Cart::contents() where if called without a TRUE (or equal) parameter, it would fail due to a typo.
Version 2.1.0
=============