mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13454] Remove more unused variables
This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
This commit is contained in:
@@ -1324,7 +1324,6 @@ class fulltext_native extends \phpbb\search\base
|
||||
$match[] = '#\[\/?[a-z0-9\*\+\-]+(?:=.*?)?(?::[a-z])?(\:?[0-9a-z]{5,})\]#';
|
||||
|
||||
$min = $this->word_length['min'];
|
||||
$max = $this->word_length['max'];
|
||||
|
||||
$isset_min = $min - 1;
|
||||
|
||||
|
Reference in New Issue
Block a user