aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-15 22:57:02 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-08-15 22:57:02 +0530
commitd4f1e71d5eca1204880de3199245e0167ac7f3f6 (patch)
tree7fab96ae7eea5d9a59ef3a582fd7bdd3747a5927 /phpBB/includes/search
parent17b871914476d74f5e61d41d842ab1f6dd50db82 (diff)
downloadforums-d4f1e71d5eca1204880de3199245e0167ac7f3f6.tar
forums-d4f1e71d5eca1204880de3199245e0167ac7f3f6.tar.gz
forums-d4f1e71d5eca1204880de3199245e0167ac7f3f6.tar.bz2
forums-d4f1e71d5eca1204880de3199245e0167ac7f3f6.tar.xz
forums-d4f1e71d5eca1204880de3199245e0167ac7f3f6.zip
[ticket/11032] fix language of error displayed
Language of the error displayed is modified. PHPBB3-11032
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index 0319f971dc..6b93d40c66 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -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'));
}
}