1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15540] Fix tests and small fixes

PHPBB3-15540
This commit is contained in:
rubencm
2020-08-15 12:48:23 +00:00
parent cc0d4efc8f
commit 5fd2c51ca8
8 changed files with 43 additions and 168 deletions

View File

@@ -295,7 +295,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
// Select which method we'll use to obtain the post_id or topic_id information
$search_backend_factory = $phpbb_container->get('search.backend_factory');
$search = $search_backend_factory->get_search();
$search = $search_backend_factory->get_active();
// let the search module split up the keywords
if ($keywords)