mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16737] Remove dead code
PHPBB3-16737
This commit is contained in:
parent
c52d1d8e45
commit
89f41d8456
1 changed files with 0 additions and 11 deletions
|
@ -185,17 +185,6 @@ class acp_search
|
|||
}
|
||||
}
|
||||
|
||||
if ($updated)
|
||||
{
|
||||
if (method_exists($search, 'config_updated'))
|
||||
{
|
||||
if ($search->config_updated())
|
||||
{
|
||||
trigger_error($error . adm_back_link($this->u_action), E_USER_WARNING);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
trigger_error($user->lang['CONFIG_UPDATED'] . $extra_message . adm_back_link($this->u_action));
|
||||
}
|
||||
unset($cfg_array);
|
||||
|
|
Loading…
Add table
Reference in a new issue