Filter test from web interface now replicates behaviour from pull #167
This commit is contained in:
parent
776b19536d
commit
4cb2c55025
|
@ -3958,6 +3958,7 @@
|
|||
$reg_qpart = "REGEXP";
|
||||
|
||||
foreach ($filter["rules"] AS $rule) {
|
||||
$rule['reg_exp'] = str_replace('/', '\/', $rule["reg_exp"]);
|
||||
$regexp_valid = preg_match('/' . $rule['reg_exp'] . '/',
|
||||
$rule['reg_exp']) !== FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue