1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/13719] Remove superfluous $search_options in acp_search.
This commit is contained in:
Cesar G
2015-03-23 09:43:43 -07:00

View File

@@ -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'))