mirror of
https://github.com/flarum/core.git
synced 2025-07-22 09:11:19 +02:00
Fix incorrect variable name
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user