1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13719] Remove superfluous $search_options in acp_search.

PHPBB3-13719
This commit is contained in:
brunoais
2015-03-23 12:58:05 +00:00
parent 4276f49efa
commit 754b5d6349

View File

@@ -449,7 +449,6 @@ class acp_search
$search = null;
$error = false;
$search_options = '';
foreach ($search_types as $type)
{
if ($this->init_search($type, $search, $error) || !method_exists($search, 'index_created'))