mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16737] Remove dead code
PHPBB3-16737
This commit is contained in:
parent
89f41d8456
commit
381cf4b9f1
1 changed files with 1 additions and 9 deletions
|
@ -334,19 +334,11 @@ class acp_search
|
|||
|
||||
$search_types = $phpbb_container->get('search.backend_collection');
|
||||
|
||||
$search = null;
|
||||
|
||||
foreach ($search_types as $search)
|
||||
{
|
||||
$type = get_class($search);
|
||||
|
||||
$name = $search->get_name();
|
||||
|
||||
$data = array();
|
||||
if (method_exists($search, 'index_stats'))
|
||||
{
|
||||
$data = $search->index_stats();
|
||||
}
|
||||
$data = $search->index_stats();
|
||||
|
||||
$statistics = array();
|
||||
foreach ($data as $statistic => $value)
|
||||
|
|
Loading…
Add table
Reference in a new issue