diff --git a/framework/core/src/Core/Search/RegexGambit.php b/framework/core/src/Core/Search/RegexGambit.php index 594ced2a9..cf8557fd1 100644 --- a/framework/core/src/Core/Search/RegexGambit.php +++ b/framework/core/src/Core/Search/RegexGambit.php @@ -17,7 +17,7 @@ abstract class RegexGambit implements Gambit if ($matches = $this->match($bit)) { list($negate) = array_splice($matches, 1, 1); - $this->conditions($searcher, $matches, !! $negate); + $this->conditions($search, $matches, !! $negate); } return !! $matches;