Skip to content

Commit 837b203

Browse files
committed
Github broke the file encoding. I repaired it.
1 parent 141e2cb commit 837b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/libraries/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CI_Cart {
5151
*
5252
* @var string
5353
*/
54-
public $product_name_rules = '\.\:\-_ a-z�-�0-9';
54+
public $product_name_rules = '\.\:\-_ a-zÀ-ÿ0-9';
5555

5656
/**
5757
* only allow safe product names

0 commit comments

Comments
 (0)