Summary/Fixup
* allow signed integers (random enchantments) in summary definition
This commit is contained in:
parent
034eca1f58
commit
816eacaf73
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class CompareBaseResponse extends TemplateResponse
|
|||
protected static function checkCompareString(string $val) : string
|
||||
{
|
||||
$val = urldecode($val);
|
||||
if (preg_match('/[^\d\.:;]/', $val))
|
||||
if (preg_match('/[^-?\d\.:;]/', $val))
|
||||
return '';
|
||||
|
||||
return $val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue