mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 17:40:43 +01:00
[ticket/15540] Remove unused variable
PHPBB3-15540
This commit is contained in:
parent
5fd2c51ca8
commit
ee9ea98a01
@ -265,8 +265,6 @@ class acp_search
|
||||
$this->state[0] = $request->variable('search_type', '');
|
||||
}
|
||||
|
||||
$error = false;
|
||||
|
||||
$search_backend_factory = $phpbb_container->get('search.backend_factory');
|
||||
$this->search = $search_backend_factory->get($this->state[0]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user