Skip to content
Snippets Groups Projects
Unverified Commit df037225 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4443 from JediKev/issue/ticket-filter-regex-does-not-match

issue: Ticket Filter Does Not Match Regex
parents 6247e797 ad8f2398
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ class Filter {
'starts' => array('stripos', 0),
'ends' => array('iendsWith', true),
'match' => array('pregMatchB', 1),
'not_match' => array('pregMatchB', null, 0),
'not_match' => array('pregMatchB', null, 1),
);
$match = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment