From 8ba510a99df3b26333367347a7c2c22664ae400f Mon Sep 17 00:00:00 2001 From: Dhruv Goel Date: Tue, 12 Jun 2012 12:19:28 +0530 Subject: [feature/postgresql-fulltext-search] fix language key Language key name not incompatible_database instead of version which was misleading PHPBB3-9730 --- phpBB/includes/search/fulltext_postgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/search/fulltext_postgres.php') diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php index b33def9462..1595a38916 100644 --- a/phpBB/includes/search/fulltext_postgres.php +++ b/phpBB/includes/search/fulltext_postgres.php @@ -68,7 +68,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base if ($db->sql_layer != 'postgres') { - return $user->lang['FULLTEXT_POSTGRES_INCOMPATIBLE_VERSION']; + return $user->lang['FULLTEXT_POSTGRES_INCOMPATIBLE_DATABASE']; } if (!$this->tsearch_usable) -- cgit v1.2.1