commit | 141e2cb8a20e84a4e521c47edd885102185b2419 | [log] [tgz] |
---|---|---|
author | Louis Racicot <info@louisracicot.com> | Wed Mar 06 09:29:45 2013 -0500 |
committer | Louis Racicot <info@louisracicot.com> | Wed Mar 06 09:29:45 2013 -0500 |
tree | cc4a131d77b9ac1b99234162ee7b1b7219a06481 | |
parent | 2d33e22c0af65963d7617374427814846f419a2e [diff] |
Update Cart.php Regex were already case sensitive.
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index 86c11d6..84be7fa 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php
@@ -51,7 +51,7 @@ * * @var string */ - public $product_name_rules = '\.\:\-_ a-zA-ZÀ-ÿ0-9'; + public $product_name_rules = '\.\:\-_ a-z�-�0-9'; /** * only allow safe product names