1
0
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:
rubencm 2020-08-15 12:56:02 +00:00
parent 5fd2c51ca8
commit ee9ea98a01

View File

@ -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]);