mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:17:58 +02:00
[ticket/11032] fix language of error displayed
Language of the error displayed is modified. PHPBB3-11032
This commit is contained in:
@ -510,7 +510,7 @@ class phpbb_search_fulltext_sphinx
|
||||
}
|
||||
else
|
||||
{
|
||||
trigger_error($this->user->lang('SPHINX_SEARCH_FAILED', $this->user->lang('SPHINX_SEARCH_ERROR_LOG')));
|
||||
trigger_error($this->user->lang('SPHINX_SEARCH_FAILED_LOG'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user