diff options
author | Louis Racicot <info@louisracicot.com> | 2013-03-06 15:31:31 +0100 |
---|---|---|
committer | Louis Racicot <info@louisracicot.com> | 2013-03-06 15:31:31 +0100 |
commit | 837b203bcbd52fc8fc909a3dc8c5031fb4dc3379 (patch) | |
tree | a432e45f11d799fb8ef7f570e9e5faf9020d7e2d /system/libraries/Cart.php | |
parent | 141e2cb8a20e84a4e521c47edd885102185b2419 (diff) |
Github broke the file encoding. I repaired it.
Diffstat (limited to 'system/libraries/Cart.php')
-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 84be7fa85..d5664f22c 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php @@ -51,7 +51,7 @@ class CI_Cart { * * @var string */ - public $product_name_rules = '\.\:\-_ a-z�-�0-9'; + public $product_name_rules = '\.\:\-_ a-zÀ-ÿ0-9'; /** * only allow safe product names |