mirror of
https://github.com/flarum/framework.git
synced 2025-04-09 00:00:27 +08:00
Fix incorrect variable name
This commit is contained in:
parent
da9da8705d
commit
c54d071641
@ -17,7 +17,7 @@ abstract class RegexGambit implements Gambit
|
|||||||
if ($matches = $this->match($bit)) {
|
if ($matches = $this->match($bit)) {
|
||||||
list($negate) = array_splice($matches, 1, 1);
|
list($negate) = array_splice($matches, 1, 1);
|
||||||
|
|
||||||
$this->conditions($searcher, $matches, !! $negate);
|
$this->conditions($search, $matches, !! $negate);
|
||||||
}
|
}
|
||||||
|
|
||||||
return !! $matches;
|
return !! $matches;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user