Skip to content

Commit a0f11bf

Browse files
committed
Compat: Allow searching for games with @
1 parent 2f8f6f1 commit a0f11bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function getGameType(string $gid) : string
9797
*/
9898
function isValid(string $str) : bool
9999
{
100-
return !preg_match("/[^\p{L}0-9.#&~;:\* \/\'\-,!]/", $str);
100+
return !preg_match("/[^\p{L}0-9.#&~;:\* \/\'\-,!@]/", $str);
101101
}
102102

103103

0 commit comments

Comments
 (0)