mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'brunoais/ticket/13719' into 3.1.x
* brunoais/ticket/13719: [ticket/13719] Remove superfluous $search_options in acp_search.
This commit is contained in:
commit
a32f4869de
1 changed files with 0 additions and 1 deletions
|
@ -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'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue