mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11032] trigger error in case search fails
Admins are shown actual error while users are shown a search failed error in case sphinx search fails. PHPBB3-11032
This commit is contained in:
@@ -105,6 +105,8 @@ $lang = array_merge($lang, array(
|
||||
'SORT_FORUM' => 'Forum',
|
||||
'SORT_POST_SUBJECT' => 'Post subject',
|
||||
'SORT_TIME' => 'Post time',
|
||||
'SPHINX_SEARCH_FAILED' => 'Search failed. %s',
|
||||
'SPHINX_SEARCH_ERROR_LOG' => 'The error information has been logged.',
|
||||
|
||||
'TOO_FEW_AUTHOR_CHARS' => array(
|
||||
1 => 'You must specify at least %d character of the authors name.',
|
||||
|
Reference in New Issue
Block a user