29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-04 19:13:40 +00:00

[4.3] fix finder common words (#41468)

This commit is contained in:
heelc29 2023-09-19 03:00:34 +02:00 committed by GitHub
parent 4c79d74553
commit be14fe0d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,7 @@ final class Finder extends CMSPlugin
); );
$words = array_filter(array_map('trim', $words)); $words = array_filter(array_map('trim', $words));
$words = array_unique($words);
$db = $this->getDatabase(); $db = $this->getDatabase();
$query = $db->getQuery(true); $query = $db->getQuery(true);