diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-06-03 15:16:57 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-06-03 15:16:57 +0200 |
commit | d925c8d0daca58ce6f2a7b327e496c072c8a9fc8 (patch) | |
tree | 07220cda560fc65dd6b027f040a0e3248c04c6ac /phpBB/includes/search | |
parent | d0e45e17dd67918ceeed7a0b11cc8723a51ec28f (diff) | |
download | forums-d925c8d0daca58ce6f2a7b327e496c072c8a9fc8.tar forums-d925c8d0daca58ce6f2a7b327e496c072c8a9fc8.tar.gz forums-d925c8d0daca58ce6f2a7b327e496c072c8a9fc8.tar.bz2 forums-d925c8d0daca58ce6f2a7b327e496c072c8a9fc8.tar.xz forums-d925c8d0daca58ce6f2a7b327e496c072c8a9fc8.zip |
[ticket/11583] Use a new lang key instead of giving the old one a new meaning.
PHPBB3-11583
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r-- | phpBB/includes/search/fulltext_mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index a2211bbe9b..f28b8885e7 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -95,7 +95,7 @@ class fulltext_mysql extends search_backend if (!$fulltext_supported) { - return $user->lang['FULLTEXT_MYSQL_NOT_MYISAM']; + return $user->lang['FULLTEXT_MYSQL_NOT_SUPPORTED']; } $sql = 'SHOW VARIABLES |