1
0
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:
Dhruv
2012-08-15 22:57:02 +05:30
parent 17b8719144
commit d4f1e71d5e
2 changed files with 3 additions and 3 deletions

View File

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