mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
Merge PR #954 branch 'dhruvgoel92/ticket/11032' into develop
* dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed
This commit is contained in:
@@ -500,7 +500,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