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:
Cesar G 2015-03-23 09:43:27 -07:00
commit a32f4869de

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