mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15540] Remove unused variable
PHPBB3-15540
This commit is contained in:
parent
5fd2c51ca8
commit
ee9ea98a01
1 changed files with 0 additions and 2 deletions
|
@ -265,8 +265,6 @@ class acp_search
|
||||||
$this->state[0] = $request->variable('search_type', '');
|
$this->state[0] = $request->variable('search_type', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
$error = false;
|
|
||||||
|
|
||||||
$search_backend_factory = $phpbb_container->get('search.backend_factory');
|
$search_backend_factory = $phpbb_container->get('search.backend_factory');
|
||||||
$this->search = $search_backend_factory->get($this->state[0]);
|
$this->search = $search_backend_factory->get($this->state[0]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue