diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:10:00 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:10:00 +0100 |
commit | 21c3c22320a10d32054b251b24e5b1e569ddeabf (patch) | |
tree | 3ea405770897ad6e90031c994661067bff1fe01e /system/libraries | |
parent | 61f17be68fca126effb7fff7780ca2fd10e7c4dc (diff) |
[ci skip] Update on the changes from PR #3388
- Fixed a broken link
- Added missing notes about deprecations in the upgrade instructions
- Improved consistency with other deprecation notices in the docs
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 686d563b0..72ef5e8b5 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php @@ -45,7 +45,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @category Shopping Cart * @author EllisLab Dev Team * @link http://codeigniter.com/user_guide/libraries/cart.html - * @deprecated 3.0.0 This class does not fit CI + * @deprecated 3.0.0 This class is too specific for CI. */ class CI_Cart { |