1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +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:
Oleg Pudeyev
2012-08-18 22:26:58 -04:00
2 changed files with 3 additions and 3 deletions

View File

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