Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit c0a057c

Browse files
committed
regex pattern fix
1 parent e8d9c2a commit c0a057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forms/ItemForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function attributeLabels()
6363
*/
6464
public static function getNamePattern()
6565
{
66-
return '/^[a-z0-9\s\_\-\/*]+$/i';
66+
return '/^[a-z0-9\s\_\-\/\*]+$/i';
6767
}
6868

6969
///=======================

0 commit comments

Comments
 (0)