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