mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/13454] Remove unused variables
This is part 2 of the pr. PHPBB3-13454
This commit is contained in:
@@ -352,9 +352,6 @@ class fulltext_native extends \phpbb\search\base
|
||||
$this->must_not_contain_ids = array();
|
||||
$this->must_exclude_one_ids = array();
|
||||
|
||||
$mode = '';
|
||||
$ignore_no_id = true;
|
||||
|
||||
foreach ($query as $word)
|
||||
{
|
||||
if (empty($word))
|
||||
|
Reference in New Issue
Block a user