[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; $search = null;
$error = false; $error = false;
$search_options = '';
foreach ($search_types as $type) foreach ($search_types as $type)
{ {
if ($this->init_search($type, $search, $error) || !method_exists($search, 'index_created')) if ($this->init_search($type, $search, $error) || !method_exists($search, 'index_created'))