1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12683] Fix test

PHPBB3-12683
This commit is contained in:
rubencm
2021-04-09 19:45:15 +02:00
committed by Ruben Calvo
parent f4977853be
commit 1cef5f83a0
5 changed files with 7 additions and 4 deletions

View File

@@ -133,6 +133,9 @@ class create_search_index extends database_task
$this->phpbb_dispatcher,
$container->get('language'),
$this->user,
SEARCH_RESULTS_TABLE,
SEARCH_WORDLIST_TABLE,
SEARCH_WORDMATCH_TABLE,
$this->phpbb_root_path,
$this->php_ext
);