mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 04:36:32 +02:00
[ticket/15540] Remove unused variable
PHPBB3-15540
This commit is contained in:
@ -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]);
|
||||
|
||||
|
Reference in New Issue
Block a user